Searched refs:ares_parse_ns_reply (Results 1 – 11 of 11) sorted by relevance
35 ares_parse_ns_reply.3 \
362 ares_parse_ns_reply.3 \
39 ares_parse_ns_reply.c \
39 int ares_parse_ns_reply( const unsigned char* abuf, int alen, in ares_parse_ns_reply() function
190 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.c1100 …ares_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.Plo1601 -rm -f ./$(DEPDIR)/libcares_la-ares_parse_ns_reply.Plo
54 "ares_parse_ns_reply.c",
141 "ares_parse_ns_reply.c",
81 'src/lib/ares_parse_ns_reply.c',
4321 - Do not leak rr_name on failures inside ares_parse_ns_reply4379 - ares_parse_ns_reply.c: remove CVSism
669 CARES_EXTERN int ares_parse_ns_reply(const unsigned char *abuf,
229 status = ares_parse_ns_reply(buf, len, &host); in ParseGeneralReply()