Searched refs:ares_save_options (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/cares/docs/ |
D | Makefile.inc | 43 ares_save_options.3 \
|
D | Makefile.in | 370 ares_save_options.3 \
|
/third_party/node/deps/cares/include/ |
D | ares.h | 346 CARES_EXTERN int ares_save_options(ares_channel channel,
|
/third_party/node/deps/cares/src/lib/ |
D | ares_init.c | 255 rc = ares_save_options(src, &opts, &optmask); in ares_dup() 314 int ares_save_options(ares_channel channel, struct ares_options *options, in ares_save_options() function
|
/third_party/node/deps/cares/ |
D | CHANGES | 2351 Firstly, ares_save_options() returns (in *optmask) the value of 2367 - in ares_save_options(), report the value of channel->rotate 2373 and to have ARES_OPT_ROTATE reported back from ares_save_options() 2377 ares_save_options() rather than 0. 3328 - Destroy options if ares_save_options fails 3330 It's possible that, if ares_save_options failed, the opts structure 3332 this case is safe, because ares_save_options zeroes out the memory 4014 order. Thus we must return them from ares_save_options() in host byte 4323 - Fix incorrect sizeof() in ares_save_options 4668 - ares_save_options: assignments instead of memcpy
|