testpath 226 modules/dav/fs/repos.c const char *testpath, *rootpath; testpath 231 modules/dav/fs/repos.c testpath = dirpath; testpath 233 modules/dav/fs/repos.c rv = apr_filepath_root(&rootpath, &testpath, 0, ctx->pool); testpath 238 modules/dav/fs/repos.c if ((rv == APR_SUCCESS && testpath && *testpath) testpath 738 modules/dav/fs/repos.c const char *testpath; testpath 751 modules/dav/fs/repos.c testpath = ctx->pathname; testpath 752 modules/dav/fs/repos.c rv = apr_filepath_root(&testroot, &testpath, 0, ctx->pool); testpath 754 modules/dav/fs/repos.c || !testpath || !*testpath) { testpath 1244 modules/generators/mod_autoindex.c char *testpath; testpath 1264 modules/generators/mod_autoindex.c testpath = ap_make_full_path(r->pool, r->filename, ".."); testpath 1265 modules/generators/mod_autoindex.c if (ignore_entry(d, testpath)) { testpath 1275 modules/generators/mod_autoindex.c if (!(p->icon = find_default_icon(d, testpath))) { testpath 1278 modules/generators/mod_autoindex.c if (!(p->alt = find_default_alt(d, testpath))) { testpath 1283 modules/generators/mod_autoindex.c p->desc = find_desc(d, testpath); testpath 45 srclib/apr/file_io/win32/filepath.c const char *testpath = *inpath; testpath 75 srclib/apr/file_io/win32/filepath.c deconstruct(testpath, server, volume, NULL, file, NULL, &elements, PATH_UNDEF); testpath 128 srclib/apr/file_io/win32/filepath.c if (testpath[0] == '/' || testpath[0] == '\\') { testpath 129 srclib/apr/file_io/win32/filepath.c if (testpath[1] == '/' || testpath[1] == '\\') { testpath 132 srclib/apr/file_io/win32/filepath.c if ((testpath[2] == '?' || testpath[2] == '.') testpath 133 srclib/apr/file_io/win32/filepath.c && (testpath[3] == '/' || testpath[3] == '\\')) { testpath 134 srclib/apr/file_io/win32/filepath.c if (IS_FNCHAR(testpath[4]) && testpath[5] == ':') testpath 137 srclib/apr/file_io/win32/filepath.c testpath += 4; testpath 141 srclib/apr/file_io/win32/filepath.c rv = apr_filepath_root(rootpath, &testpath, flags, p); testpath 143 srclib/apr/file_io/win32/filepath.c *inpath = testpath; testpath 146 srclib/apr/file_io/win32/filepath.c else if (strncasecmp(testpath + 4, "UNC", 3) == 0 testpath 147 srclib/apr/file_io/win32/filepath.c && (testpath[7] == '/' || testpath[7] == '\\') testpath 148 srclib/apr/file_io/win32/filepath.c && (testpath[2] == '?')) { testpath 154 srclib/apr/file_io/win32/filepath.c testpath += 6; testpath 165 srclib/apr/file_io/win32/filepath.c delim1 = testpath + 2; testpath 184 srclib/apr/file_io/win32/filepath.c newpath = apr_pstrmemdup(p, testpath, delim2 - testpath + 1); testpath 204 srclib/apr/file_io/win32/filepath.c newpath[delim1 - testpath] = '\\'; testpath 205 srclib/apr/file_io/win32/filepath.c newpath[delim2 - testpath] = '\\'; testpath 215 srclib/apr/file_io/win32/filepath.c newpath[delim1 - testpath] = seperator[0]; testpath 216 srclib/apr/file_io/win32/filepath.c newpath[delim2 - testpath] = (*delim2 ? seperator[0] : '\0'); testpath 221 srclib/apr/file_io/win32/filepath.c newpath[0] = testpath[0]; testpath 222 srclib/apr/file_io/win32/filepath.c newpath[1] = testpath[1]; testpath 223 srclib/apr/file_io/win32/filepath.c newpath[delim1 - testpath] = *delim1; testpath 224 srclib/apr/file_io/win32/filepath.c newpath[delim2 - testpath] = *delim2; testpath 247 srclib/apr/file_io/win32/filepath.c delim1 = strchr(testpath, '\0'); testpath 248 srclib/apr/file_io/win32/filepath.c if (delim1 > testpath + 2) { testpath 249 srclib/apr/file_io/win32/filepath.c newpath = apr_pstrndup(p, testpath, delim1 - testpath + 1); testpath 251 srclib/apr/file_io/win32/filepath.c newpath[delim1 - testpath] = seperator[0]; testpath 253 srclib/apr/file_io/win32/filepath.c newpath[delim1 - testpath] = newpath[0]; testpath 254 srclib/apr/file_io/win32/filepath.c newpath[delim1 - testpath + 1] = '\0'; testpath 257 srclib/apr/file_io/win32/filepath.c newpath = apr_pstrndup(p, testpath, delim1 - testpath); testpath 270 srclib/apr/file_io/win32/filepath.c *inpath = testpath + 1; testpath 275 srclib/apr/file_io/win32/filepath.c newpath[0] = testpath[0]; testpath 282 srclib/apr/file_io/win32/filepath.c if (IS_FNCHAR(*testpath) && testpath[1] == ':') testpath 292 srclib/apr/file_io/win32/filepath.c newpath[0] = testpath[0]; testpath 293 srclib/apr/file_io/win32/filepath.c newpath[1] = testpath[1]; testpath 304 srclib/apr/file_io/win32/filepath.c if (testpath[2] != '/' && testpath[2] != '\\') { testpath 307 srclib/apr/file_io/win32/filepath.c *inpath = testpath + 2; testpath 315 srclib/apr/file_io/win32/filepath.c *inpath = testpath + 3; testpath 319 srclib/apr/file_io/win32/filepath.c newpath[2] = testpath[2]; testpath 741 srclib/apr/file_io/win32/filepath.c const char *testpath = path; testpath 767 srclib/apr/file_io/win32/filepath.c testtype = apr_filepath_root(&testroot, &testpath, testpath 772 srclib/apr/file_io/win32/filepath.c rootlen = pathlen = (testpath - path); testpath 49 srclib/apr/test/abts_tests.h {testpath}, testpath 230 srclib/apr/test/testnames.c char *testpath; testpath 265 srclib/apr/test/testnames.c rv = apr_filepath_merge(&testpath, root, path, testpath 276 srclib/apr/test/testnames.c ABTS_STR_EQUAL(tc, origpath, testpath); testpath 84 srclib/apr/test/testutil.h abts_suite *testpath(abts_suite *suite);