HomeSort by relevance Sort by last modified time
    Searched refs:ARES_EOF (Results 1 - 6 of 6) sorted by null

  /external/c-ares/
ares__read_line.c 52 return (offset != 0) ? 0 : (ferror(fp)) ? ARES_EFILE : ARES_EOF;
ares_init.c 907 status = ARES_EOF;
919 status = ARES_EOF;
938 status = ARES_EOF;
962 status = ARES_EOF;
969 status = ARES_EOF;
1011 status = ARES_EOF;
1021 if ((status == ARES_EOF) && (!channel->lookups)) {
1038 status = ARES_EOF;
1049 if ((status == ARES_EOF) && (!channel->lookups)) {
1066 status = ARES_EOF;
    [all...]
ares_gethostbyaddr.c 265 if (status == ARES_EOF)
ares_search.c 289 if (status != ARES_SUCCESS && status != ARES_EOF)
ares.h 114 #define ARES_EOF 13
ares_gethostbyname.c 414 if (status == ARES_EOF)

Completed in 518 milliseconds