Searched refs:ares__buf_begins_with (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares__buf.h | 458 ares_bool_t ares__buf_begins_with(const ares__buf_t *buf,
|
H A D | ares_update_servers.c | 229 if (ares__buf_begins_with(buf, (const unsigned char *)"[", 1)) { in parse_nameserver() 288 if (ares__buf_begins_with(buf, (const unsigned char *)":", 1)) { in parse_nameserver() 312 if (ares__buf_begins_with(buf, (const unsigned char *)"%", 1)) { in parse_nameserver()
|
H A D | ares__hosts_file.c | 490 if (ares__buf_begins_with(buf, &comment, 1)) { in ares__parse_hosts_hostnames() 632 if (ares__buf_begins_with(buf, &comment, 1)) { in ares__parse_hosts()
|
H A D | ares_sysconfig_files.c | 154 if (ares__buf_begins_with(buf, (const unsigned char *)"/", 1)) { in parse_sort()
|
H A D | ares__buf.c | 901 ares_bool_t ares__buf_begins_with(const ares__buf_t *buf, in ares__buf_begins_with() function
|
Completed in 6 milliseconds