Lines Matching full:ares
33 - [c-ares](#cares)
84 - c-ares 1.6.0
417 One of the primary reasons we introduced c-ares support was to allow the name
554 normal resolver in a threaded manner or by using c-ares.
557 [c-ares][3]
560 ### Build libcurl to use a c-ares
562 1. ./configure --enable-ares=/path/to/ares/install
565 ### c-ares on win32
567 First I compiled c-ares. I changed the default C runtime library to be the
575 Next thing I did was I added the path for the ares includes to the include
710 is defined if libcurl is built to use c-ares for asynchronous name
717 asynch API will be the same as for ares-builds. This is the default under
731 - asyn-ares.c - functions for asynchronous name resolves using c-ares
831 the last step before the data is returned. I also had to extend c-ares to
833 only `fd_sets` and that is no longer good enough. The changes done to c-ares
834 are available in c-ares 1.3.1 and later.
1068 [3]: https://c-ares.haxx.se/