Home
last modified time | relevance | path

Searched refs:query_process (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dquery.h218 query_state_type query_process(query_type *q, nsd_type *nsd, uint32_t *now_p);
H A Dserver.c2912 return query_process(query, nsd, now_p); in server_process_query()
2919 if(query_process(query, nsd, now_p) != QUERY_DISCARDED) { in server_process_query_udp()
2928 return query_process(query, nsd, now_p); in server_process_query_udp()
H A Dquery.c1554 query_process(query_type *q, nsd_type *nsd, uint32_t *now_p) in query_process() function
/netbsd-src/external/bsd/nsd/dist/doc/
H A DRELNOTES417 - Attempt to fix signedness of nscount lookup in ixfr query_process.
2260 - The query_process function has been split up for clarity.
H A DChangeLog885 - Attempt to fix signedness of nscount lookup in ixfr query_process.
5155 similar to query_process().