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

/httpd/server/
H A Dconfig.c1774 } fnames; typedef in typeref:struct:__anon358
1778 const fnames *f1 = fn1;
1779 const fnames *f2 = fn2;
1843 fnames *fnew;
1864 candidates = apr_array_make(ptemp, 1, sizeof(fnames));
1869 fnew = (fnames *) apr_array_push(candidates);
1877 sizeof(fnames), fname_alphasort);
1884 fnew = &((fnames *) candidates->elts)[current];
1914 fnames *fnew;
1950 candidates = apr_array_make(ptemp, 1, sizeof(fnames));
[all...]

Completed in 19 milliseconds