script_path_translated 1122 sapi/cgi/cgi_main.c 	char *script_path_translated = env_script_filename;
script_path_translated 1127 sapi/cgi/cgi_main.c 	if (!script_path_translated && env_path_translated) {
script_path_translated 1128 sapi/cgi/cgi_main.c 		script_path_translated = env_path_translated;
script_path_translated 1145 sapi/cgi/cgi_main.c 	if (script_path_translated) {
script_path_translated 1189 sapi/cgi/cgi_main.c  			    env_path_translated != script_path_translated &&
script_path_translated 1190 sapi/cgi/cgi_main.c  			    strcmp(env_path_translated, script_path_translated) != 0) {
script_path_translated 1196 sapi/cgi/cgi_main.c 				script_path_translated = env_path_translated;
script_path_translated 1204 sapi/cgi/cgi_main.c 			script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
script_path_translated 1212 sapi/cgi/cgi_main.c 			if (script_path_translated &&
script_path_translated 1213 sapi/cgi/cgi_main.c 				(script_path_translated_len = strlen(script_path_translated)) > 0 &&
script_path_translated 1214 sapi/cgi/cgi_main.c 				(script_path_translated[script_path_translated_len-1] == '/' ||
script_path_translated 1216 sapi/cgi/cgi_main.c 				script_path_translated[script_path_translated_len-1] == '\\' ||
script_path_translated 1218 sapi/cgi/cgi_main.c 				(real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
script_path_translated 1220 sapi/cgi/cgi_main.c 				char *pt = estrndup(script_path_translated, script_path_translated_len);
script_path_translated 1271 sapi/cgi/cgi_main.c 							script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", pt);
script_path_translated 1337 sapi/cgi/cgi_main.c 					script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", NULL);
script_path_translated 1357 sapi/cgi/cgi_main.c 					(script_path_translated != orig_script_filename &&
script_path_translated 1358 sapi/cgi/cgi_main.c 					strcmp(script_path_translated, orig_script_filename) != 0)) {
script_path_translated 1362 sapi/cgi/cgi_main.c 					script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", script_path_translated);
script_path_translated 1392 sapi/cgi/cgi_main.c 				script_path_translated = env_path_translated;
script_path_translated 1396 sapi/cgi/cgi_main.c 		if (is_valid_path(script_path_translated)) {
script_path_translated 1397 sapi/cgi/cgi_main.c 			SG(request_info).path_translated = estrdup(script_path_translated);
script_path_translated 1025 sapi/fpm/fpm/fpm_main.c 	char *script_path_translated = env_script_filename;
script_path_translated 1032 sapi/fpm/fpm/fpm_main.c 	if (!script_path_translated && env_path_translated) {
script_path_translated 1033 sapi/fpm/fpm/fpm_main.c 		script_path_translated = env_path_translated;
script_path_translated 1050 sapi/fpm/fpm/fpm_main.c 	if (script_path_translated) {
script_path_translated 1144 sapi/fpm/fpm/fpm_main.c 			    env_path_translated != script_path_translated &&
script_path_translated 1145 sapi/fpm/fpm/fpm_main.c 			    strcmp(env_path_translated, script_path_translated) != 0) {
script_path_translated 1154 sapi/fpm/fpm/fpm_main.c 				script_path_translated = env_path_translated;
script_path_translated 1162 sapi/fpm/fpm/fpm_main.c 			script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
script_path_translated 1170 sapi/fpm/fpm/fpm_main.c 			if (script_path_translated &&
script_path_translated 1171 sapi/fpm/fpm/fpm_main.c 				(script_path_translated_len = strlen(script_path_translated)) > 0 &&
script_path_translated 1172 sapi/fpm/fpm/fpm_main.c 				(script_path_translated[script_path_translated_len-1] == '/' ||
script_path_translated 1174 sapi/fpm/fpm/fpm_main.c 				script_path_translated[script_path_translated_len-1] == '\\' ||
script_path_translated 1176 sapi/fpm/fpm/fpm_main.c 				(real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
script_path_translated 1178 sapi/fpm/fpm/fpm_main.c 				char *pt = estrndup(script_path_translated, script_path_translated_len);
script_path_translated 1208 sapi/fpm/fpm/fpm_main.c 								path_info = script_path_translated + ptlen;
script_path_translated 1251 sapi/fpm/fpm/fpm_main.c 								script_path_translated = FCGI_PUTENV(request, "SCRIPT_FILENAME", pt);
script_path_translated 1320 sapi/fpm/fpm/fpm_main.c 					script_path_translated = FCGI_PUTENV(request, "SCRIPT_FILENAME", NULL);
script_path_translated 1340 sapi/fpm/fpm/fpm_main.c 					(script_path_translated != orig_script_filename &&
script_path_translated 1341 sapi/fpm/fpm/fpm_main.c 					strcmp(script_path_translated, orig_script_filename) != 0)) {
script_path_translated 1345 sapi/fpm/fpm/fpm_main.c 					script_path_translated = FCGI_PUTENV(request, "SCRIPT_FILENAME", script_path_translated);
script_path_translated 1377 sapi/fpm/fpm/fpm_main.c 				script_path_translated = env_path_translated;
script_path_translated 1381 sapi/fpm/fpm/fpm_main.c 		if (is_valid_path(script_path_translated)) {
script_path_translated 1382 sapi/fpm/fpm/fpm_main.c 			SG(request_info).path_translated = estrdup(script_path_translated);