Home
last modified time | relevance | path

Searched refs:ares_process (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/cares/
DTODO15 ares_process
17 - Upon next ABI breakage ares_process() should be changed to return 'int'
Dcares.gyp89 'src/lib/ares_process.c',
DCHANGES601 - 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/
DMakefile.inc41 ares_process.3 \
DMakefile.in368 ares_process.3 \
/third_party/node/deps/cares/src/lib/
DMakefile.inc46 ares_process.c \
DMakefile.in196 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
1149ares_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
Dares_process.c134 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/
Dahost.c162 ares_process(channel, &read_fds, &write_fds); in main()
Dacountry.c216 ares_process(channel, &read_fds, &write_fds); in wait_ares()
Dadig.c372 ares_process(channel, &read_fds, &write_fds); in main()
/third_party/grpc/third_party/cares/
DBUILD.gn60 "ares_process.c",
Dcares.BUILD147 "ares_process.c",
/third_party/node/deps/cares/include/
Dares.h471 CARES_EXTERN void ares_process(ares_channel channel,