Searched refs:ares_expand_name (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares_expand_name.c | 87 int ares_expand_name(const unsigned char *encoded, const unsigned char *abuf, in ares_expand_name() function
|
D | Makefile.inc | 38 ares_expand_name.c \
|
D | Makefile.in | 186 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 1177 …ares_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/ |
D | Makefile.inc | 69 ares_expand_name.3 \
|
D | Makefile.in | 406 ares_expand_name.3 \
|
/third_party/node/deps/cares/ |
D | NEWS | 16 * Fixed a couple of fenceposts fixed in ares_expand_name()'s
|
D | cares.gyp | 59 'src/lib/ares_expand_name.c',
|
D | CHANGES | 1773 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/ |
D | BUILD.gn | 32 "ares_expand_name.c",
|
/third_party/cares/include/ |
D | ares.h | 495 CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
|
/third_party/node/src/ |
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/include/ |
D | ares.h | 523 CARES_EXTERN int ares_expand_name(const unsigned char *encoded,
|
/third_party/node/deps/cares/src/tools/ |
D | adig.c | 456 if (ares_expand_name(val, val, (int)val_len, &str, &read_len) != in print_opt_name()
|