Home | History | Annotate | Download | only in libevent

Lines Matching defs:request_type

166 	unsigned int request_type; /* TYPE_PTR or TYPE_A */
647 switch (req->request_type) {
730 if (req->search_state && req->request_type != TYPE_PTR) {
866 reply.type = req->request_type;
893 if (req->request_type != TYPE_A) {
911 if (req->request_type != TYPE_PTR) {
922 if (req->request_type != TYPE_AAAA) {
2264 req->request_type = type;
2570 newreq = request_new(req->request_type, req->search_origname, req->search_flags, req->user_callback, req->user_pointer);
2583 newreq = request_new(req->request_type, new_name, req->search_flags, req->user_callback, req->user_pointer);