Home
last modified time | relevance | path

Searched refs:ares__buf_finish_str (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares__buf.h210 char *ares__buf_finish_str(ares__buf_t *buf, size_t *len);
H A Dares_qcache.c123 return ares__buf_finish_str(buf, NULL); in ares__qcache_calc_key()
H A Dares__buf.c198 /* When calling ares__buf_finish_str() we end up adding a null terminator, in ares__buf_ensure_space()
337 /* -1 for possible null terminator for ares__buf_finish_str() */ in ares__buf_append_start()
371 char *ares__buf_finish_str(ares__buf_t *buf, size_t *len) in ares__buf_finish_str() function
1009 /* NOTE: we use ares__buf_finish_str() here as we guarantee NULL in ares__buf_parse_dns_binstr()
1012 *bin = (unsigned char *)ares__buf_finish_str(binbuf, &mylen); in ares__buf_parse_dns_binstr()
H A Dares_dns_name.c659 *name = ares__buf_finish_str(namebuf, NULL); in ares__dns_name_parse()
H A Dares_sysconfig.c920 ipstr = ares__buf_finish_str(ipbuf, NULL); in ares__init_sysconfig_libresolv()
H A Dares_update_servers.c1186 out = ares__buf_finish_str(buf, NULL); in ares_get_servers_csv()
H A Dares_dns_record.c1296 return ares__buf_finish_str(buf, NULL); in ares_dns_addr_to_ptr()

Completed in 9 milliseconds