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

/httpd/modules/mappers/
H A Dmod_speling.c142 } misspelled_file; typedef in typeref:struct:__anon245
193 return (int) (((misspelled_file *) left)->quality)
194 - (int) (((misspelled_file *) rite)->quality);
272 candidates = apr_array_make(r->pool, 2, sizeof(misspelled_file));
297 misspelled_file *sp_new;
299 sp_new = (misspelled_file *) apr_array_push(candidates);
310 misspelled_file *sp_new;
312 sp_new = (misspelled_file *) apr_array_push(candidates);
349 misspelled_file *sp_new;
351 sp_new = (misspelled_file *) apr_array_pus
[all...]

Completed in 1535 milliseconds