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

  /external/c-ares/
bitncmp.h 21 int ares_bitncmp(const void *l, const void *r, int n);
23 #define ares_bitncmp(x,y,z) bitncmp(x,y,z) macro
bitncmp.c 37 ares_bitncmp(const void *l, const void *r, int n) { function
ares_gethostbyname.c 469 if (!ares_bitncmp(&addr->s_addr, &sortlist[i].addrV4.s_addr,
517 if (!ares_bitncmp(addr,

Completed in 822 milliseconds