script_path_translated_len 1180 sapi/cgi/cgi_main.c 			size_t script_path_translated_len;
script_path_translated_len 1213 sapi/cgi/cgi_main.c 				(script_path_translated_len = strlen(script_path_translated)) > 0 &&
script_path_translated_len 1214 sapi/cgi/cgi_main.c 				(script_path_translated[script_path_translated_len-1] == '/' ||
script_path_translated_len 1216 sapi/cgi/cgi_main.c 				script_path_translated[script_path_translated_len-1] == '\\' ||
script_path_translated_len 1220 sapi/cgi/cgi_main.c 				char *pt = estrndup(script_path_translated, script_path_translated_len);
script_path_translated_len 1221 sapi/cgi/cgi_main.c 				size_t len = script_path_translated_len;
script_path_translated_len 1135 sapi/fpm/fpm/fpm_main.c 			int script_path_translated_len;
script_path_translated_len 1171 sapi/fpm/fpm/fpm_main.c 				(script_path_translated_len = strlen(script_path_translated)) > 0 &&
script_path_translated_len 1172 sapi/fpm/fpm/fpm_main.c 				(script_path_translated[script_path_translated_len-1] == '/' ||
script_path_translated_len 1174 sapi/fpm/fpm/fpm_main.c 				script_path_translated[script_path_translated_len-1] == '\\' ||
script_path_translated_len 1178 sapi/fpm/fpm/fpm_main.c 				char *pt = estrndup(script_path_translated, script_path_translated_len);
script_path_translated_len 1179 sapi/fpm/fpm/fpm_main.c 				int len = script_path_translated_len;