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

/freebsd-current/usr.sbin/nscd/
H A Dmp_ws_query.c165 cache_entry c_entry; local
220 c_entry = find_cache_entry(s_cache,
224 if (c_entry == INVALID_CACHE_ENTRY)
225 c_entry = register_new_mp_cache_entry(qstate,
230 assert(c_entry != NULL);
232 ws = open_cache_mp_write_session(c_entry);
514 cache_entry c_entry; local
518 c_entry = INVALID_CACHE_ENTRY;
531 c_entry = find_cache_entry(s_cache,
536 c_entry);
[all...]
H A Dmp_rs_query.c159 cache_entry c_entry; local
214 c_entry = find_cache_entry(s_cache, dec_cache_entry_name);
217 if ((c_entry == INVALID_CACHE) &&
219 c_entry = register_new_mp_cache_entry(qstate,
224 if (c_entry != INVALID_CACHE_ENTRY) {
226 rs = open_cache_mp_read_session(c_entry);
247 ws = open_cache_mp_write_session(c_entry);
291 rs = open_cache_mp_read_session(c_entry);
H A Dquery.c399 cache_entry c_entry; local
436 c_entry = find_cache_entry(s_cache,
439 if (c_entry != NULL) {
441 qstate->config_entry->positive_cache_entry = c_entry;
442 write_response->error_code = cache_write(c_entry,
472 cache_entry c_entry; local
517 c_entry = find_cache_entry(s_cache,
520 if (c_entry != NULL) {
522 qstate->config_entry->negative_cache_entry = c_entry;
523 write_response->error_code = cache_write(c_entry,
661 cache_entry c_entry, neg_c_entry; local
[all...]
H A Dconfig.c336 cache_entry c_entry)
345 new_mp_entries[0] = c_entry;
335 configuration_entry_add_mp_cache_entry(struct configuration_entry *config_entry, cache_entry c_entry) argument
/freebsd-current/contrib/expat/tests/
H A Dbasic_tests.c1863 const struct handler_record_entry *c_entry local
1865 assert_true(strcmp(c_entry->name, "record_cdata_handler") == 0);
1866 assert_true(c_entry->arg > 0);
1867 assert_true(c_entry->arg <= cdata_len_remaining);
1868 cdata_len_remaining -= c_entry->arg;
1871 c_entry->arg);
1894 const struct handler_record_entry *c_entry local
1896 assert_true(strcmp(c_entry->name, "record_cdata_nodefault_handler") == 0);
1897 assert_true(c_entry->arg > 0);
1898 assert_true(c_entry
[all...]

Completed in 176 milliseconds