misspelled_file   190 modules/mappers/mod_speling.c     return (int) (((misspelled_file *) left)->quality)
misspelled_file   191 modules/mappers/mod_speling.c         - (int) (((misspelled_file *) rite)->quality);
misspelled_file   269 modules/mappers/mod_speling.c     candidates = apr_array_make(r->pool, 2, sizeof(misspelled_file));
misspelled_file   294 modules/mappers/mod_speling.c             misspelled_file *sp_new;
misspelled_file   296 modules/mappers/mod_speling.c             sp_new = (misspelled_file *) apr_array_push(candidates);
misspelled_file   307 modules/mappers/mod_speling.c             misspelled_file *sp_new;
misspelled_file   309 modules/mappers/mod_speling.c             sp_new = (misspelled_file *) apr_array_push(candidates);
misspelled_file   353 modules/mappers/mod_speling.c                 misspelled_file *sp_new;
misspelled_file   355 modules/mappers/mod_speling.c                 sp_new = (misspelled_file *) apr_array_push(candidates);
misspelled_file   368 modules/mappers/mod_speling.c         misspelled_file *variant = (misspelled_file *) candidates->elts;
misspelled_file   374 modules/mappers/mod_speling.c               sizeof(misspelled_file), sort_by_quality);