Lines Matching refs:script_path_translated
1165 char *script_path_translated = env_script_filename; local
1170 if (!script_path_translated && env_path_translated) {
1171 script_path_translated = env_path_translated;
1188 if (script_path_translated) {
1232 env_path_translated != script_path_translated &&
1233 strcmp(env_path_translated, script_path_translated) != 0) {
1239 script_path_translated = env_path_translated;
1247 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
1255 if (script_path_translated &&
1256 (script_path_translated_len = strlen(script_path_translated)) > 0 &&
1257 (script_path_translated[script_path_translated_len-1] == '/' ||
1259 script_path_translated[script_path_translated_len-1] == '\\' ||
1261 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
1263 char *pt = estrndup(script_path_translated, script_path_translated_len);
1314 script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", pt);
1379 script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", NULL);
1399 (script_path_translated != orig_script_filename &&
1400 strcmp(script_path_translated, orig_script_filename) != 0)) {
1404 script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", script_path_translated);
1434 script_path_translated = env_path_translated;
1438 if (is_valid_path(script_path_translated)) {
1439 SG(request_info).path_translated = estrdup(script_path_translated);