Searched refs:apattern (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares_gethostbyname.c | 42 const struct apattern *sortlist, int nsort); 44 const struct apattern *sortlist, int nsort); 46 const struct apattern *sortlist, int nsort); 48 const struct apattern *sortlist, int nsort); 119 const struct apattern *sortlist, int nsort) in sort_addresses() 149 const struct apattern *sortlist, in get_address_index() 175 const struct apattern *sortlist, int nsort) in sort6_addresses() 205 const struct apattern *sortlist, in get6_address_index()
|
D | ares_init.c | 77 static int config_sortlist(struct apattern **sortlist, int *nsort, 79 static int sortlist_alloc(struct apattern **sortlist, int *nsort, 80 struct apattern *pat); 82 static void natural_mask(struct apattern *pat); 402 options->sortlist = ares_malloc(channel->nsort * sizeof(struct apattern)); in ares_save_options() 516 channel->sortlist = ares_malloc(options->nsort * sizeof(struct apattern)); in init_by_options() 1443 struct apattern *sortlist = NULL; in init_by_resolv_conf() 2231 static int config_sortlist(struct apattern **sortlist, int *nsort, in config_sortlist() 2234 struct apattern pat; in config_sortlist() 2465 static void natural_mask(struct apattern *pat) in natural_mask() [all …]
|
D | ares_private.h | 249 struct apattern { struct 285 struct apattern *sortlist; argument
|
/third_party/node/deps/cares/include/ |
D | ares.h | 241 struct apattern; 276 struct apattern *sortlist;
|