Searched refs:sortlist (Results 1 – 7 of 7) 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); 79 sort6_addresses(hostent, ghbn_arg->channel->sortlist, in ares_gethostbyname_callback() 82 sort_addresses(hostent, ghbn_arg->channel->sortlist, in ares_gethostbyname_callback() 119 const struct apattern *sortlist, int nsort) in sort_addresses() argument 132 ind1 = get_address_index(&a1, sortlist, nsort); in sort_addresses() 136 ind2 = get_address_index(&a2, sortlist, nsort); in sort_addresses() 149 const struct apattern *sortlist, in get_address_index() argument [all …]
|
D | ares_init.c | 77 static int config_sortlist(struct apattern **sortlist, int *nsort, 79 static int sortlist_alloc(struct apattern **sortlist, int *nsort, 141 channel->sortlist = NULL; in ares_init_options() 221 if (channel->sortlist) in ares_init_options() 222 ares_free(channel->sortlist); in ares_init_options() 402 options->sortlist = ares_malloc(channel->nsort * sizeof(struct apattern)); in ares_save_options() 403 if (!options->sortlist) in ares_save_options() 406 options->sortlist[i] = channel->sortlist[i]; in ares_save_options() 516 channel->sortlist = ares_malloc(options->nsort * sizeof(struct apattern)); in init_by_options() 517 if (!channel->sortlist) in init_by_options() [all …]
|
D | ares_destroy.c | 35 if(options->sortlist) in ares_destroy_options() 36 ares_free(options->sortlist); in ares_destroy_options() 84 if(channel->sortlist) in ares_destroy() 85 ares_free(channel->sortlist); in ares_destroy()
|
D | ares_private.h | 285 struct apattern *sortlist; member
|
/third_party/node/deps/cares/include/ |
D | ares.h | 276 struct apattern *sortlist; member
|
/third_party/node/deps/cares/ |
D | CHANGES | 2916 - test use of sortlist 3111 Allow explicit configuration of the channel's sortlist, by 3165 - config_sortlist: free any existing sortlist on (re)alloc failure 3167 If we get an allocation failure on 2nd or later entry in the sortlist, the 3169 Ensure that *sortlist is set to NULL whenever ENOMEM is returned. 4670 - init_by_options: don't copy an empty sortlist
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 110592 - /* 216 */ "sortlist", 110737 + /* 217 */ "sortlist", 110904 /* 130 */ "orderby_opt ::= ORDER BY sortlist", 110905 /* 131 */ "sortlist ::= sortlist COMMA expr sortorder nulls", 110935 - /* 229 */ "cmd ::= createkw uniqueflag INDEX ifnotexists nm dbnm ON nm LP sortlist RP where_opt", 111094 + /* 232 */ "cmd ::= createkw uniqueflag INDEX ifnotexists nm dbnm ON nm LP sortlist RP where_opt", 111275 - case 216: /* sortlist */ 111283 + case 217: /* sortlist */ 111419 - 215, /* (66) tcons ::= PRIMARY KEY LP sortlist autoinc RP onconf */ 111420 - 215, /* (67) tcons ::= UNIQUE LP sortlist RP onconf */ [all …]
|