script_path_translated_len 1204 sapi/cgi/cgi_main.c 			int script_path_translated_len;
script_path_translated_len 1237 sapi/cgi/cgi_main.c 				(script_path_translated_len = strlen(script_path_translated)) > 0 &&
script_path_translated_len 1238 sapi/cgi/cgi_main.c 				(script_path_translated[script_path_translated_len-1] == '/' ||
script_path_translated_len 1240 sapi/cgi/cgi_main.c 				script_path_translated[script_path_translated_len-1] == '\\' ||
script_path_translated_len 1244 sapi/cgi/cgi_main.c 				char *pt = estrndup(script_path_translated, script_path_translated_len);
script_path_translated_len 1245 sapi/cgi/cgi_main.c 				int len = script_path_translated_len;
script_path_translated_len 1172 sapi/fpm/fpm/fpm_main.c 			int script_path_translated_len;
script_path_translated_len 1208 sapi/fpm/fpm/fpm_main.c 				(script_path_translated_len = strlen(script_path_translated)) > 0 &&
script_path_translated_len 1209 sapi/fpm/fpm/fpm_main.c 				(script_path_translated[script_path_translated_len-1] == '/' ||
script_path_translated_len 1211 sapi/fpm/fpm/fpm_main.c 				script_path_translated[script_path_translated_len-1] == '\\' ||
script_path_translated_len 1215 sapi/fpm/fpm/fpm_main.c 				char *pt = estrndup(script_path_translated, script_path_translated_len);
script_path_translated_len 1216 sapi/fpm/fpm/fpm_main.c 				int len = script_path_translated_len;