Searched refs:eid_str (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/usr.sbin/nscd/ |
| HD | query.c | 122 const char *eid_str, size_t eid_str_length) in clear_config_entry_part() argument 130 CTT_CLEAR, eid_str, eid_str_length, KPPT_LEFT); in clear_config_entry_part() 137 CTT_CLEAR, eid_str, eid_str_length, KPPT_LEFT); in clear_config_entry_part() 142 eid_str, &start, &finish) == 0) { in clear_config_entry_part() 346 memcpy(write_request->cache_key, qstate->eid_str, in on_write_request_read1() 619 memcpy(read_request->cache_key, qstate->eid_str, in on_read_request_read1() 995 qstate->eid_str, qstate->eid_str_length); in on_transform_request_process() 1020 qstate->eid_str, qstate->eid_str_length); in on_transform_request_process() 1240 if (asprintf(&retval->eid_str, "%d_%d_", retval->euid, in init_query_state() 1245 retval->eid_str_length = strlen(retval->eid_str); in init_query_state() [all …]
|
| HD | query.h | 68 char *eid_str; /* the user-identifying string (euid_egid_) */ member
|
| HD | mp_rs_query.c | 210 asprintf(&dec_cache_entry_name, "%s%s", qstate->eid_str, in on_mp_read_session_request_process()
|
| HD | mp_ws_query.c | 218 asprintf(&dec_cache_entry_name, "%s%s", qstate->eid_str, in on_mp_write_session_request_process()
|