Searched refs:query_process (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/nsd/ |
H A D | query.h | 218 query_state_type query_process(query_type *q, nsd_type *nsd, uint32_t *now_p);
|
H A D | server.c | 3050 return query_process(query, nsd, now_p); in server_process_query() 3057 if(query_process(query, nsd, now_p) != QUERY_DISCARDED) { in server_process_query_udp() 3066 return query_process(query, nsd, now_p); in server_process_query_udp()
|
H A D | query.c | 1566 query_process(query_type *q, nsd_type *nsd, uint32_t *now_p) in query_process() function
|
/openbsd/usr.sbin/nsd/doc/ |
H A D | RELNOTES | 478 - Attempt to fix signedness of nscount lookup in ixfr query_process. 2321 - The query_process function has been split up for clarity.
|
H A D | ChangeLog | 971 - Attempt to fix signedness of nscount lookup in ixfr query_process. 5241 similar to query_process().
|