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

/httpd/modules/arch/win32/
H A Dmod_isapi.h172 char lpszPath[260]; member in struct:HSE_URL_MAPEX_INFO
H A Dmod_isapi.c1245 info->cchMatchingPath = apr_cpystrn(info->lpszPath, subreq->filename,
1246 sizeof(info->lpszPath)) - info->lpszPath;
1253 apr_cpystrn(info->lpszPath + info->cchMatchingPath,
1255 sizeof(info->lpszPath) - info->cchMatchingPath);
1258 && info->cchMatchingPath < sizeof(info->lpszPath) - 1) {
1265 && info->cchMatchingPath < sizeof(info->lpszPath) - 1) {
1267 info->lpszPath[info->cchMatchingPath++] = '/';
1268 info->lpszPath[info->cchMatchingPath] = '\0';
1274 if (info->lpszPath[inf
[all...]

Completed in 2014 milliseconds