Home
last modified time | relevance | path

Searched refs:eid_str (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/nscd/
H A Dquery.c119 const char *eid_str, size_t eid_str_length) in clear_config_entry_part() argument
127 CTT_CLEAR, eid_str, eid_str_length, KPPT_LEFT); in clear_config_entry_part()
134 CTT_CLEAR, eid_str, eid_str_length, KPPT_LEFT); in clear_config_entry_part()
139 eid_str, &start, &finish) == 0) { in clear_config_entry_part()
343 memcpy(write_request->cache_key, qstate->eid_str, in on_write_request_read1()
616 memcpy(read_request->cache_key, qstate->eid_str, in on_read_request_read1()
997 qstate->eid_str, qstate->eid_str_length); in on_transform_request_process()
1022 qstate->eid_str, qstate->eid_str_length); in on_transform_request_process()
1247 retval->eid_str_length = strlen(retval->eid_str); in init_query_state()
1270 if (qstate->eid_str != NULL) in destroy_query_state()
[all …]
H A Dquery.h66 char *eid_str; /* the user-identifying string (euid_egid_) */ member
H A Dmp_rs_query.c207 asprintf(&dec_cache_entry_name, "%s%s", qstate->eid_str, in on_mp_read_session_request_process()
H A Dmp_ws_query.c215 asprintf(&dec_cache_entry_name, "%s%s", qstate->eid_str, in on_mp_write_session_request_process()