Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_expand_name.c87 int ares_expand_name(const unsigned char *encoded, const unsigned char *abuf, in ares_expand_name() function
DMakefile.inc38 ares_expand_name.c \
DMakefile.in186 libcares_la-ares_expand_name.lo \
280 ./$(DEPDIR)/libcares_la-ares_expand_name.Plo \
653 ares_expand_name.c \
860 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_expand_name.Plo@am__quote@ # am--…
1176 libcares_la-ares_expand_name.lo: ares_expand_name.c
1177ares_expand_name.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_expand_name.Tpo -c -o libcares_la-ares_…
1178 …RUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_expand_name.Tpo $(DEPDIR)/libcares_la-ares_exp…
1181 …AGS) $(CFLAGS) -c -o libcares_la-ares_expand_name.lo `test -f 'ares_expand_name.c' || echo '$(srcd…
1754 -rm -f ./$(DEPDIR)/libcares_la-ares_expand_name.Plo
1881 -rm -f ./$(DEPDIR)/libcares_la-ares_expand_name.Plo
/third_party/node/deps/cares/docs/
DMakefile.inc69 ares_expand_name.3 \
DMakefile.in406 ares_expand_name.3 \
/third_party/node/deps/cares/
DNEWS16 * Fixed a couple of fenceposts fixed in ares_expand_name()'s
Dcares.gyp59 'src/lib/ares_expand_name.c',
DCHANGES1773 ares_expand_name: fix compiler warnings (#522)
2582 - ares_expand_name should allow underscores (_) as SRV records legitimately use them
2733 - ares_expand_name(): fix formatting and handling of root name response
2740 - ares_expand_name() should escape more characters
4388 - ares_expand_name: limit number of indirections
5648 - ares_expand_name: check for valid bits in label length
6170 - ares_expand_name.3: clarify how to free the data
/third_party/cares/
DBUILD.gn32 "ares_expand_name.c",
/third_party/cares/include/
Dares.h495 CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
/third_party/node/src/
Dcares_wrap.cc532 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/include/
Dares.h523 CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
/third_party/node/deps/cares/src/tools/
Dadig.c456 if (ares_expand_name(val, val, (int)val_len, &str, &read_len) != in print_opt_name()