Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/
H A Dquery.h47 struct query_state { struct
48 struct timeval creation_time;
49 struct timeval timeout;
51 struct comm_element request;
52 struct comm_element response;
53 struct configuration_entry *config_entry;
54 void *mdata;
56 query_process_func process_func; /* called on each event */
57 query_destroy_func destroy_func; /* called on destroy */
63 query_write_func write_func; /* data write function */
[all …]