Searched refs:orig_path_translated (Results 1 – 2 of 2) sorted by relevance
1059 char *orig_path_translated = env_path_translated; in init_request_info() local1202 if (orig_path_translated) { in init_request_info()1203 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()1221 if (orig_path_translated) { in init_request_info()1222 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()1276 if (orig_path_translated) { in init_request_info()1277 FCGI_PUTENV(request, "ORIG_PATH_TRANSLATED", orig_path_translated); in init_request_info()
1219 char *orig_path_translated = env_path_translated; local1343 if (orig_path_translated) {1344 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);1361 if (orig_path_translated) {1362 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);1411 if (orig_path_translated) {1412 CGI_PUTENV("ORIG_PATH_TRANSLATED", orig_path_translated);
Completed in 19 milliseconds