Searched refs:ares_expand_name (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares_expand_name.c | 87 int ares_expand_name(const unsigned char *encoded, const unsigned char *abuf, in ares_expand_name() function
|
/third_party/cares/include/ |
H A D | ares.h | 495 CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
|
/third_party/node/deps/cares/include/ |
H A D | ares.h | 523 CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
|
/third_party/node/src/ |
H A D | cares_wrap.cc | 532 int status = ares_expand_name(ptr, buf, len, &name_temp, &temp_len); in ParseSoaReply() 548 int status2 = ares_expand_name(ptr, buf, len, &rr_name_temp, &rr_temp_len); in ParseSoaReply() 569 int status3 = ares_expand_name(ptr, buf, len, in ParseSoaReply() 580 int status4 = ares_expand_name(ptr, buf, len, in ParseSoaReply()
|
/third_party/node/deps/cares/src/tools/ |
H A D | adig.c | 456 if (ares_expand_name(val, val, (int)val_len, &str, &read_len) != in print_opt_name()
|
Completed in 8 milliseconds