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

/httpd/modules/mappers/
H A Dmod_speling.c297 misspelled_file *sp_new; local
299 sp_new = (misspelled_file *) apr_array_push(candidates);
300 sp_new->name = apr_pstrdup(r->pool, dirent.name);
301 sp_new->quality = SP_MISCAPITALIZED;
310 misspelled_file *sp_new; local
312 sp_new = (misspelled_file *) apr_array_push(candidates);
313 sp_new->name = apr_pstrdup(r->pool, dirent.name);
314 sp_new->quality = q;
349 misspelled_file *sp_new; local
351 sp_new
[all...]

Completed in 12 milliseconds