OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNS_QUERY_NO_SEARCH
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libevent/
evdns.h
123
* 3. When calling evdns_resolve, pass the
DNS_QUERY_NO_SEARCH
flag.
197
#define
DNS_QUERY_NO_SEARCH
1
315
@param flags either 0, or
DNS_QUERY_NO_SEARCH
to disable searching for this query.
328
@param flags either 0, or
DNS_QUERY_NO_SEARCH
to disable searching for this query.
343
@param flags either 0, or
DNS_QUERY_NO_SEARCH
to disable searching for this query.
356
@param flags either 0, or
DNS_QUERY_NO_SEARCH
to disable searching for this query.
evdns.c
[
all
...]
/external/chromium/third_party/libevent/test/
regress_dns.c
339
evdns_resolve_ipv4("zz.example.com",
DNS_QUERY_NO_SEARCH
,
341
evdns_resolve_ipv6("zz.example.com",
DNS_QUERY_NO_SEARCH
,
Completed in 94 milliseconds