Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares__hosts_file.c324 ares_hosts_entry_t *entry, ares_hosts_file_match_t matchtype) in ares__hosts_file_merge_entry() argument
330 if (matchtype != ARES_MATCH_IPADDR) { in ares__hosts_file_merge_entry()
394 ares_hosts_file_match_t matchtype; in ares__hosts_file_add() local
402 matchtype = ares__hosts_file_match(hosts, entry, &match); in ares__hosts_file_add()
404 if (matchtype != ARES_MATCH_NONE) { in ares__hosts_file_add()
405 status = ares__hosts_file_merge_entry(hosts, match, entry, matchtype); in ares__hosts_file_add()
414 if (matchtype != ARES_MATCH_IPADDR) { in ares__hosts_file_add()