Searched refs:eid_str (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/nscd/ |
H A D | query.c | 115 * that are owned by the user with specified eid_str. 119 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() 1242 if (asprintf(&retval->eid_str, " in init_query_state() [all...] |
H A D | query.h | 66 char *eid_str; /* the user-identifying string (euid_egid_) */ member
|
H A D | mp_rs_query.c | 207 asprintf(&dec_cache_entry_name, "%s%s", qstate->eid_str, in on_mp_read_session_request_process()
|
H A D | mp_ws_query.c | 215 asprintf(&dec_cache_entry_name, "%s%s", qstate->eid_str, in on_mp_write_session_request_process()
|