Searched refs:CGIG (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 198 #define CGIG(v) TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v) macro 201 #define CGIG(v) (php_cgi_globals.v) macro 396 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) 401 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { 658 if (CGIG(fix_pathinfo)) { 692 if (fcgi_is_fastcgi() && CGIG(fcgi_logging)) { 722 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) { 727 zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache_entry), (void **) &entry); 1129 if (CGIG(fix_pathinfo)) { 1349 if (!CGIG(discard_pat [all...] |
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 199 #define CGIG(v) TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v) macro 202 #define CGIG(v) (php_cgi_globals.v) macro 399 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) 404 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { 630 if (CGIG(fix_pathinfo)) { 676 if (CGIG(fcgi_logging) && request && message && len > 0) { 703 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) { 708 zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache_entry), (void **) &entry); 1129 if (CGIG(fix_pathinfo)) { 1363 if (!CGIG(discard_pat [all...] |
Completed in 7 milliseconds