Searched refs:eid_str (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/usr.sbin/nscd/ |
| HD | query.c | 118 const char *eid_str, size_t eid_str_length) in clear_config_entry_part() argument 126 CTT_CLEAR, eid_str, eid_str_length, KPPT_LEFT); in clear_config_entry_part() 133 CTT_CLEAR, eid_str, eid_str_length, KPPT_LEFT); in clear_config_entry_part() 138 eid_str, &start, &finish) == 0) { in clear_config_entry_part() 342 memcpy(write_request->cache_key, qstate->eid_str, in on_write_request_read1() 615 memcpy(read_request->cache_key, qstate->eid_str, in on_read_request_read1() 991 qstate->eid_str, qstate->eid_str_length); in on_transform_request_process() 1016 qstate->eid_str, qstate->eid_str_length); in on_transform_request_process() 1230 if (asprintf(&retval->eid_str, "%d_%d_", retval->euid, in init_query_state() 1235 retval->eid_str_length = strlen(retval->eid_str); in init_query_state() [all …]
|
| HD | query.h | 71 char *eid_str; /* the user-identifying string (euid_egid_) */ member
|
| HD | mp_rs_query.c | 206 asprintf(&dec_cache_entry_name, "%s%s", qstate->eid_str, in on_mp_read_session_request_process()
|
| HD | mp_ws_query.c | 215 asprintf(&dec_cache_entry_name, "%s%s", qstate->eid_str, in on_mp_write_session_request_process()
|