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

/httpd/support/
H A Dhtcacheclean.c1137 const char *rest)
1143 const char *header = apr_pstrcat(pool, rest, CACHE_HEADER_SUFFIX, NULL);
1144 const char *data = apr_pstrcat(pool, rest, CACHE_DATA_SUFFIX, NULL);
1145 const char *vdir = apr_pstrcat(pool, rest, CACHE_HEADER_SUFFIX,
1161 int restlen = strlen(rest);
1162 if (dirent.filetype == APR_DIR && !strncmp(rest, dirent.name, len)) {
1164 rv = find_directory(pool, dirname, rest + (len < restlen ? len
1136 find_directory(apr_pool_t *pool, const char *base, const char *rest) argument
/httpd/server/
H A Dconfig.c1909 const char *rest; local
1918 rest = ap_strchr_c(fname, '/');
1919 if (rest) {
1920 fname = apr_pstrndup(ptemp, fname, rest - fname);
1921 rest++;
1927 if (!rest) {
1933 return process_resource_config_fnmatch(s, path, rest,
1961 if (rest && (rv == APR_SUCCESS) && (dirent.filetype != APR_DIR)) {
1982 if (!rest) {
1988 error = process_resource_config_fnmatch(s, fnew->fname, rest,
[all...]

Completed in 252 milliseconds