Lines Matching +defs:val +defs:request
172 struct request { struct
173 u8 *request; /* the dns packet data */ argument
174 u8 request_type; /* TYPE_PTR or TYPE_A or TYPE_AAAA */ argument
175 unsigned int request_len; argument
178 void *user_pointer; /* the pointer given to us for this request */ argument
184 struct request *next, *prev; argument
189 unsigned request_appended :1; /* true if the request pointer is data which follows this struct */ argument
197 struct evdns_request *handle; argument
3459 const char *option, const char *val) in evdns_base_set_option()
3486 const char *option, const char *val, int flags) in evdns_base_set_option_impl()
3573 evdns_set_option(const char *option, const char *val, int flags) in evdns_set_option()
3613 const char *val = strchr(option, ':'); in resolv_conf_parse_line() local