Searched refs:c_entry (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/nscd/
H A Dmp_ws_query.c168 cache_entry c_entry; local
223 c_entry = find_cache_entry(s_cache,
227 if (c_entry == INVALID_CACHE_ENTRY)
228 c_entry = register_new_mp_cache_entry(qstate,
233 assert(c_entry != NULL);
235 ws = open_cache_mp_write_session(c_entry);
517 cache_entry c_entry; local
521 c_entry = INVALID_CACHE_ENTRY;
534 c_entry = find_cache_entry(s_cache,
539 c_entry);
[all...]
H A Dmp_rs_query.c162 cache_entry c_entry; local
217 c_entry = find_cache_entry(s_cache, dec_cache_entry_name);
220 if ((c_entry == INVALID_CACHE) &&
222 c_entry = register_new_mp_cache_entry(qstate,
227 if (c_entry != INVALID_CACHE_ENTRY) {
229 rs = open_cache_mp_read_session(c_entry);
250 ws = open_cache_mp_write_session(c_entry);
294 rs = open_cache_mp_read_session(c_entry);
H A Dquery.c402 cache_entry c_entry; local
439 c_entry = find_cache_entry(s_cache,
442 if (c_entry != NULL) {
444 qstate->config_entry->positive_cache_entry = c_entry;
445 write_response->error_code = cache_write(c_entry,
475 cache_entry c_entry; local
520 c_entry = find_cache_entry(s_cache,
523 if (c_entry != NULL) {
525 qstate->config_entry->negative_cache_entry = c_entry;
526 write_response->error_code = cache_write(c_entry,
664 cache_entry c_entry, neg_c_entry; local
[all...]
H A Dconfig.c338 cache_entry c_entry)
347 new_mp_entries[0] = c_entry;
337 configuration_entry_add_mp_cache_entry(struct configuration_entry *config_entry, cache_entry c_entry) argument

Completed in 73 milliseconds