Searched refs:cchMatchingURL (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/arch/win32/
H A Dmod_isapi.h175 apr_uint32_t cchMatchingURL; member in struct:HSE_URL_MAPEX_INFO
H A Dmod_isapi.c1244 info->cchMatchingURL = strlen(test_uri);
1256 info->cchMatchingURL -= strlen(subreq->path_info);
1261 ++info->cchMatchingURL;
1273 while (info->cchMatchingPath && info->cchMatchingURL) {
1277 --info->cchMatchingURL;

Completed in 1394 milliseconds