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

  /external/c-ares/
ares_gethostbyname.c 79 const struct apattern *sortlist, int nsort);
81 const struct apattern *sortlist, int nsort);
83 const struct apattern *sortlist, int nsort);
85 const struct apattern *sortlist, int nsort);
422 const struct apattern *sortlist, int nsort)
452 const struct apattern *sortlist,
478 const struct apattern *sortlist, int nsort)
508 const struct apattern *sortlist,
ares_private.h 224 struct apattern { struct
260 struct apattern *sortlist;
ares_init.c 95 static int sortlist_alloc(struct apattern **sortlist, int *nsort, struct apattern *pat);
97 static void natural_mask(struct apattern *pat);
101 static int config_sortlist(struct apattern **sortlist, int *nsort,
403 options->sortlist = malloc(channel->nsort * sizeof(struct apattern));
503 channel->sortlist = malloc(options->nsort * sizeof(struct apattern));
795 struct apattern *sortlist = NULL;
    [all...]
ares.h 231 struct apattern;
266 struct apattern *sortlist;

Completed in 104 milliseconds