Home
last modified time | relevance | path

Searched defs:query_state (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.sbin/nscd/
H A Dquery.h52 struct query_state { struct
53 struct timeval creation_time;
54 struct timeval timeout;
56 struct comm_element request;
57 struct comm_element response;
58 struct configuration_entry *config_entry;
59 void *mdata;
68 query_write_func write_func; /* data write function */
69 query_read_func read_func; /* data read function */
72 size_t eid_str_length;
[all …]