query_process
query_state_type query_process(query_type *q, nsd_type *nsd, uint32_t *now_p);
return query_process(query, nsd, now_p);
if(query_process(query, nsd, now_p) != QUERY_DISCARDED) {
return query_process(query, nsd, now_p);
if (query_process(q, nsd, &now) != QUERY_DISCARDED) {