Searched defs:candidates (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/mappers/
H A Dmod_speling.c203 apr_array_header_t *candidates = NULL; local
272 candidates = apr_array_make(r->pool, 2, sizeof(misspelled_file));
299 sp_new = (misspelled_file *) apr_array_push(candidates);
312 sp_new = (misspelled_file *) apr_array_push(candidates);
351 sp_new = (misspelled_file *) apr_array_push(candidates);
359 if (candidates->nelts != 0) {
363 misspelled_file *variant = (misspelled_file *) candidates->elts;
368 qsort((void *) candidates->elts, candidates->nelts,
379 && (candidates
[all...]
/httpd/server/
H A Dconfig.c1842 apr_array_header_t *candidates = NULL; local
1864 candidates = apr_array_make(ptemp, 1, sizeof(fnames));
1869 fnew = (fnames *) apr_array_push(candidates);
1875 if (candidates->nelts != 0) {
1876 qsort((void *) candidates->elts, candidates->nelts,
1883 for (current = 0; current < candidates->nelts; ++current) {
1884 fnew = &((fnames *) candidates->elts)[current];
1913 apr_array_header_t *candidates = NULL; local
1950 candidates
[all...]

Completed in 1162 milliseconds