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

/httpd/modules/cache/
H A Dmod_cache_disk.c315 static int array_alphasort(const void *fn1, const void *fn2) argument
317 return strcmp(*(char**)fn1, *(char**)fn2);
H A Dmod_cache_socache.c329 static int array_alphasort(const void *fn1, const void *fn2) argument
331 return strcmp(*(char**) fn1, *(char**) fn2);
/httpd/server/
H A Dconfig.c1776 static int fname_alphasort(const void *fn1, const void *fn2) argument
1779 const fnames *f2 = fn2;

Completed in 1466 milliseconds