Searched refs:cache_entry (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/nscd/ |
H A D | config.h | 74 cache_entry positive_cache_entry; 75 cache_entry negative_cache_entry; 77 cache_entry *mp_cache_entries; 133 cache_entry); 134 cache_entry configuration_entry_find_mp_cache_entry( 137 const char *, cache_entry **, cache_entry **);
|
H A D | cachelib.h | 219 typedef struct cache_entry_ *cache_entry; typedef 240 cache_entry find_cache_entry(cache, const char *); 243 int cache_read(cache_entry, const char *, size_t, char *, size_t *); 244 int cache_write(cache_entry, const char *, size_t, char const *, size_t); 247 cache_mp_write_session open_cache_mp_write_session(cache_entry); 252 cache_mp_read_session open_cache_mp_read_session(cache_entry); 257 int transform_cache_entry(cache_entry, enum cache_transformation_t); 258 int transform_cache_entry_part(cache_entry, enum cache_transformation_t,
|
H A D | config.c | 86 return (strcmp((*((cache_entry *)e1))->params->entry_name, in configuration_entry_cache_mp_sort_cmp() 87 (*((cache_entry *)e2))->params->entry_name in configuration_entry_cache_mp_sort_cmp() 95 (*((cache_entry *)e2))->params->entry_name in configuration_entry_cache_mp_cmp() 103 (*((cache_entry *)e2))->params->entry_name, in configuration_entry_cache_mp_part_cmp() 336 cache_entry c_entry) in configuration_entry_add_mp_cache_entry() 338 cache_entry *new_mp_entries, *old_mp_entries; in configuration_entry_add_mp_cache_entry() 351 sizeof(cache_entry)); in configuration_entry_add_mp_cache_entry() 360 sizeof(cache_entry), in configuration_entry_add_mp_cache_entry() 367 cache_entry 371 cache_entry *result; in configuration_entry_find_mp_cache_entry() [all …]
|
H A D | mp_ws_query.h | 31 cache_entry register_new_mp_cache_entry(struct query_state *, const char *);
|
H A D | mp_ws_query.c | 165 cache_entry c_entry; in on_mp_write_session_request_process() 511 cache_entry register_new_mp_cache_entry(struct query_state *qstate, in register_new_mp_cache_entry() 514 cache_entry c_entry; in register_new_mp_cache_entry()
|
H A D | query.c | 121 cache_entry *start, *finish, *mp_entry; in clear_config_entry_part() 399 cache_entry c_entry; in on_write_request_process() 472 cache_entry c_entry; in on_negative_write_request_process() 661 cache_entry c_entry, neg_c_entry; in on_read_request_process()
|
H A D | mp_rs_query.c | 159 cache_entry c_entry; in on_mp_read_session_request_process()
|
/freebsd/lib/libc/rpc/ |
H A D | svc_auth_des.c | 79 struct cache_entry { struct 86 static struct cache_entry *authdes_cache/* [AUTHDES_CACHESZ] */; argument 116 struct cache_entry *entry; in _svcauth_des() 356 authdes_cache = (struct cache_entry *) in cache_init() 357 mem_alloc(sizeof(struct cache_entry) * AUTHDES_CACHESZ); in cache_init() 359 sizeof(struct cache_entry) * AUTHDES_CACHESZ); in cache_init() 408 struct cache_entry *cp; in cache_spot()
|