Lines Matching refs:path_translated
405 } else if (SG(request_info).path_translated) {
406 filename = zend_string_init(SG(request_info).path_translated,
407 strlen(SG(request_info).path_translated), 0);
428 } else if (SG(request_info).path_translated) {
429 filename = zend_string_init(SG(request_info).path_translated,
430 strlen(SG(request_info).path_translated), 0);
446 if (SG(request_info).path_translated) {
447 efree(SG(request_info).path_translated);
448 SG(request_info).path_translated = NULL;
463 if (SG(request_info).path_translated) {
464 efree(SG(request_info).path_translated);
465 SG(request_info).path_translated = NULL;
785 const char *iam = SG(request_info).path_translated;