script_path_translated 1146 sapi/cgi/cgi_main.c 	char *script_path_translated = env_script_filename;
script_path_translated 1151 sapi/cgi/cgi_main.c 	if (!script_path_translated && env_path_translated) {
script_path_translated 1152 sapi/cgi/cgi_main.c 		script_path_translated = env_path_translated;
script_path_translated 1169 sapi/cgi/cgi_main.c 	if (script_path_translated) {
script_path_translated 1213 sapi/cgi/cgi_main.c  			    env_path_translated != script_path_translated &&
script_path_translated 1214 sapi/cgi/cgi_main.c  			    strcmp(env_path_translated, script_path_translated) != 0) {
script_path_translated 1220 sapi/cgi/cgi_main.c 				script_path_translated = env_path_translated;
script_path_translated 1228 sapi/cgi/cgi_main.c 			script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
script_path_translated 1236 sapi/cgi/cgi_main.c 			if (script_path_translated &&
script_path_translated 1237 sapi/cgi/cgi_main.c 				(script_path_translated_len = strlen(script_path_translated)) > 0 &&
script_path_translated 1238 sapi/cgi/cgi_main.c 				(script_path_translated[script_path_translated_len-1] == '/' ||
script_path_translated 1240 sapi/cgi/cgi_main.c 				script_path_translated[script_path_translated_len-1] == '\\' ||
script_path_translated 1242 sapi/cgi/cgi_main.c 				(real_path = tsrm_realpath(script_path_translated, NULL TSRMLS_CC)) == NULL)
script_path_translated 1244 sapi/cgi/cgi_main.c 				char *pt = estrndup(script_path_translated, script_path_translated_len);
script_path_translated 1295 sapi/cgi/cgi_main.c 							script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", pt);
script_path_translated 1361 sapi/cgi/cgi_main.c 					script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", NULL);
script_path_translated 1381 sapi/cgi/cgi_main.c 					(script_path_translated != orig_script_filename &&
script_path_translated 1382 sapi/cgi/cgi_main.c 					strcmp(script_path_translated, orig_script_filename) != 0)) {
script_path_translated 1386 sapi/cgi/cgi_main.c 					script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", script_path_translated);
script_path_translated 1416 sapi/cgi/cgi_main.c 				script_path_translated = env_path_translated;
script_path_translated 1420 sapi/cgi/cgi_main.c 		if (is_valid_path(script_path_translated)) {
script_path_translated 1421 sapi/cgi/cgi_main.c 			SG(request_info).path_translated = estrdup(script_path_translated);
script_path_translated 1062 sapi/fpm/fpm/fpm_main.c 	char *script_path_translated = env_script_filename;
script_path_translated 1069 sapi/fpm/fpm/fpm_main.c 	if (!script_path_translated && env_path_translated) {
script_path_translated 1070 sapi/fpm/fpm/fpm_main.c 		script_path_translated = env_path_translated;
script_path_translated 1087 sapi/fpm/fpm/fpm_main.c 	if (script_path_translated) {
script_path_translated 1181 sapi/fpm/fpm/fpm_main.c 			    env_path_translated != script_path_translated &&
script_path_translated 1182 sapi/fpm/fpm/fpm_main.c 			    strcmp(env_path_translated, script_path_translated) != 0) {
script_path_translated 1191 sapi/fpm/fpm/fpm_main.c 				script_path_translated = env_path_translated;
script_path_translated 1199 sapi/fpm/fpm/fpm_main.c 			script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
script_path_translated 1207 sapi/fpm/fpm/fpm_main.c 			if (script_path_translated &&
script_path_translated 1208 sapi/fpm/fpm/fpm_main.c 				(script_path_translated_len = strlen(script_path_translated)) > 0 &&
script_path_translated 1209 sapi/fpm/fpm/fpm_main.c 				(script_path_translated[script_path_translated_len-1] == '/' ||
script_path_translated 1211 sapi/fpm/fpm/fpm_main.c 				script_path_translated[script_path_translated_len-1] == '\\' ||
script_path_translated 1213 sapi/fpm/fpm/fpm_main.c 				(real_path = tsrm_realpath(script_path_translated, NULL TSRMLS_CC)) == NULL)
script_path_translated 1215 sapi/fpm/fpm/fpm_main.c 				char *pt = estrndup(script_path_translated, script_path_translated_len);
script_path_translated 1245 sapi/fpm/fpm/fpm_main.c 								path_info = script_path_translated + ptlen;
script_path_translated 1288 sapi/fpm/fpm/fpm_main.c 								script_path_translated = _sapi_cgibin_putenv("SCRIPT_FILENAME", pt TSRMLS_CC);
script_path_translated 1357 sapi/fpm/fpm/fpm_main.c 					script_path_translated = _sapi_cgibin_putenv("SCRIPT_FILENAME", NULL TSRMLS_CC);
script_path_translated 1377 sapi/fpm/fpm/fpm_main.c 					(script_path_translated != orig_script_filename &&
script_path_translated 1378 sapi/fpm/fpm/fpm_main.c 					strcmp(script_path_translated, orig_script_filename) != 0)) {
script_path_translated 1382 sapi/fpm/fpm/fpm_main.c 					script_path_translated = _sapi_cgibin_putenv("SCRIPT_FILENAME", script_path_translated TSRMLS_CC);
script_path_translated 1414 sapi/fpm/fpm/fpm_main.c 				script_path_translated = env_path_translated;
script_path_translated 1418 sapi/fpm/fpm/fpm_main.c 		if (is_valid_path(script_path_translated)) {
script_path_translated 1419 sapi/fpm/fpm/fpm_main.c 			SG(request_info).path_translated = estrdup(script_path_translated);