Searched refs:apattern (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_gethostbyname.c | 73 const struct apattern *sortlist, int nsort); 75 const struct apattern *sortlist, int nsort); 77 const struct apattern *sortlist, int nsort); 79 const struct apattern *sortlist, int nsort); 430 const struct apattern *sortlist, int nsort) in sort_addresses() 460 const struct apattern *sortlist, in get_address_index() 486 const struct apattern *sortlist, int nsort) in sort6_addresses() 516 const struct apattern *sortlist, in get6_address_index()
|
D | ares_init.c | 84 static int config_sortlist(struct apattern **sortlist, int *nsort, 86 static int sortlist_alloc(struct apattern **sortlist, int *nsort, 87 struct apattern *pat); 89 static void natural_mask(struct apattern *pat); 423 options->sortlist = ares_malloc(channel->nsort * sizeof(struct apattern)); in ares_save_options() 537 channel->sortlist = ares_malloc(options->nsort * sizeof(struct apattern)); in init_by_options() 1464 struct apattern *sortlist = NULL; in init_by_resolv_conf() 2193 static int config_sortlist(struct apattern **sortlist, int *nsort, in config_sortlist() 2196 struct apattern pat; in config_sortlist() 2427 static void natural_mask(struct apattern *pat) in natural_mask() [all …]
|
D | ares_private.h | 238 struct apattern { struct 274 struct apattern *sortlist; argument
|
D | ares.h | 236 struct apattern; 271 struct apattern *sortlist;
|