Lines Matching refs:candidates
203 apr_array_header_t *candidates = NULL;
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->nelts == 1
424 t = apr_array_make(sub_pool, candidates->nelts * 8 + 8,
426 v = apr_array_make(sub_pool, candidates->nelts * 5,
440 for (i = 0; i < candidates->nelts; ++i) {
472 if (i > 0 && i < candidates->nelts - 1
502 ref ? "Spelling fix: %s: %d candidates from %s"
503 : "Spelling fix: %s: %d candidates%s",
504 r->uri, candidates->nelts,