Home
last modified time | relevance | path

Searched refs:ares_parse_ns_reply (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/cares/docs/
DMakefile.inc35 ares_parse_ns_reply.3 \
DMakefile.in362 ares_parse_ns_reply.3 \
/third_party/node/deps/cares/src/lib/
DMakefile.inc39 ares_parse_ns_reply.c \
Dares_parse_ns_reply.c39 int ares_parse_ns_reply( const unsigned char* abuf, int alen, in ares_parse_ns_reply() function
DMakefile.in190 libcares_la-ares_parse_ns_reply.lo \
267 ./$(DEPDIR)/libcares_la-ares_parse_ns_reply.Plo \
610 ares_parse_ns_reply.c \
787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_parse_ns_reply.Plo@am__quote@ # a…
1099 libcares_la-ares_parse_ns_reply.lo: ares_parse_ns_reply.c
1100ares_parse_ns_reply.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_parse_ns_reply.Tpo -c -o libcares_la…
1101 …@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_parse_ns_reply.Tpo $(DEPDIR)/libcares_la-ares_par…
1104 …$(CFLAGS) -c -o libcares_la-ares_parse_ns_reply.lo `test -f 'ares_parse_ns_reply.c' || echo '$(src…
1497 -rm -f ./$(DEPDIR)/libcares_la-ares_parse_ns_reply.Plo
1601 -rm -f ./$(DEPDIR)/libcares_la-ares_parse_ns_reply.Plo
/third_party/grpc/third_party/cares/
DBUILD.gn54 "ares_parse_ns_reply.c",
Dcares.BUILD141 "ares_parse_ns_reply.c",
/third_party/node/deps/cares/
Dcares.gyp81 'src/lib/ares_parse_ns_reply.c',
DCHANGES4321 - Do not leak rr_name on failures inside ares_parse_ns_reply
4379 - ares_parse_ns_reply.c: remove CVSism
/third_party/node/deps/cares/include/
Dares.h669 CARES_EXTERN int ares_parse_ns_reply(const unsigned char *abuf,
/third_party/node/src/
Dcares_wrap.cc229 status = ares_parse_ns_reply(buf, len, &host); in ParseGeneralReply()