Searched refs:ares_process (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/cares/ |
D | TODO | 15 ares_process 17 - Upon next ABI breakage ares_process() should be changed to return 'int'
|
D | cares.gyp | 89 'src/lib/ares_process.c',
|
D | CHANGES | 601 - ares_process needs to always include nameser.h as it has compat 1640 - document handling of timeouts for ares_process and ares_process_fd to close PR #57 1920 ares_process.c uses htonl, which needs <arpa/inet.h> included. 2096 ares_process: fix return type of socket_create function (win32 warning) 2708 The code in ares_process.c that invokes the socket creation/connection 3732 ... since there's only one user, make it static within ares_process.c 3957 I can see that recvfrom() in ares_process.c many times is called with 4189 - ares_process.c: fix compiler warning 4650 with GCC 4 on file ares_process.c The specific compiler warning was 4716 ares_process logic. [all …]
|
/third_party/node/deps/cares/docs/ |
D | Makefile.inc | 41 ares_process.3 \
|
D | Makefile.in | 368 ares_process.3 \
|
/third_party/node/deps/cares/src/lib/ |
D | Makefile.inc | 46 ares_process.c \
|
D | Makefile.in | 196 libcares_la-ares_platform.lo libcares_la-ares_process.lo \ 274 ./$(DEPDIR)/libcares_la-ares_process.Plo \ 617 ares_process.c \ 794 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcares_la-ares_process.Plo@am__quote@ # am--incl… 1148 libcares_la-ares_process.lo: ares_process.c 1149 …ares_process.lo -MD -MP -MF $(DEPDIR)/libcares_la-ares_process.Tpo -c -o libcares_la-ares_process.… 1150 …CC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcares_la-ares_process.Tpo $(DEPDIR)/libcares_la-ares_pro… 1153 …la_CFLAGS) $(CFLAGS) -c -o libcares_la-ares_process.lo `test -f 'ares_process.c' || echo '$(srcdir… 1504 -rm -f ./$(DEPDIR)/libcares_la-ares_process.Plo 1608 -rm -f ./$(DEPDIR)/libcares_la-ares_process.Plo
|
D | ares_process.c | 134 void ares_process(ares_channel channel, fd_set *read_fds, fd_set *write_fds) in ares_process() function
|
/third_party/node/deps/cares/src/tools/ |
D | ahost.c | 162 ares_process(channel, &read_fds, &write_fds); in main()
|
D | acountry.c | 216 ares_process(channel, &read_fds, &write_fds); in wait_ares()
|
D | adig.c | 372 ares_process(channel, &read_fds, &write_fds); in main()
|
/third_party/grpc/third_party/cares/ |
D | BUILD.gn | 60 "ares_process.c",
|
D | cares.BUILD | 147 "ares_process.c",
|
/third_party/node/deps/cares/include/ |
D | ares.h | 471 CARES_EXTERN void ares_process(ares_channel channel,
|