Home
last modified time | relevance | path

Searched refs:path_translated (Results 26 – 32 of 32) sorted by path

12

/PHP-5.5/sapi/nsapi/
H A Dnsapi.c769 …php_register_variable("SCRIPT_FILENAME", SG(request_info).path_translated, track_vars_array TSRMLS… in sapi_nsapi_register_server_variables()
805 SG(request_info).path_translated, in sapi_nsapi_get_stat()
977 char *path_translated = pblock_findval("script", pb); in php5_execute() local
982 if (!path_translated) { in php5_execute()
983 path_translated = pblock_findval("path", rq->vars); in php5_execute()
1026 SG(request_info).path_translated = path_translated; in php5_execute()
1036 file_handle.filename = SG(request_info).path_translated; in php5_execute()
1040 fst = request_stat_path(SG(request_info).path_translated, rq); in php5_execute()
1058 …, pb), sn, rq, "Cannot execute PHP script: %s (File not found)", SG(request_info).path_translated); in php5_execute()
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c190 SG(request_info).path_translated = malloc(MAXPATHLEN); in php_phttpd_request_ctor()
192 …if (url_expand(PHG(cip)->hip->url, SG(request_info).path_translated, MAXPATHLEN, &PHG(sb), NULL, N… in php_phttpd_request_ctor()
209 SG(request_info).path_translated = strdup(Ns_DStringValue(&ds)); in php_phttpd_request_ctor()
212 SG(request_info).request_uri = SG(request_info).path_translated + strlen(root); in php_phttpd_request_ctor()
237 free(SG(request_info).path_translated); in php_phttpd_request_dtor()
252 file_handle.filename = SG(request_info).path_translated; in php_doit()
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c271 SG(request_info).path_translated = lpCB->lpszPathTranslated; in init_request_info()
/PHP-5.5/sapi/roxen/
H A Droxen.c641 SG(request_info).path_translated = in f_php_roxen_request_handler()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c282 …php_register_variable("PATH_TRANSLATED", SG(request_info).path_translated, track_vars_array TSRMLS… in sapi_thttpd_register_variables()
422 highlight_file(SG(request_info).path_translated, &syntax_highlighter_ini TSRMLS_CC);
425 file_handle.filename = SG(request_info).path_translated;
447 SG(request_info).path_translated = s.c;
474 free(SG(request_info).path_translated);
/PHP-5.5/sapi/tux/
H A Dphp_tux.c208 …php_register_variable("PATH_TRANSLATED", SG(request_info).path_translated, track_vars_array TSRMLS… in sapi_tux_register_variables()
301 file_handle.filename = SG(request_info).path_translated; in tux_module_main()
332 SG(request_info).path_translated = s.c; in tux_request_ctor()
361 free(SG(request_info).path_translated); in tux_request_dtor()
/PHP-5.5/sapi/webjames/
H A Dwebjames.c135 ADD_STRING("PATH_TRANSLATED", SG(request_info).path_translated); in sapi_webjames_register_variables()
175 if (path) SG(request_info).path_translated = estrdup(path); in webjames_module_main()
207 file_handle.filename = SG(request_info).path_translated; in webjames_module_main()

Completed in 40 milliseconds

12