Searched refs:CGIG (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/sapi/cgi/ |
| H A D | cgi_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 412 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) 417 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { 670 if (CGIG(fix_pathinfo)) { 728 if (fcgi_is_fastcgi() && CGIG(fcgi_logging)) { 758 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) { 763 zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache_entry), (void **) &entry); 1188 if (CGIG(fix_pathinfo)) { 1408 if (!CGIG(discard_pat [all...] |
| /PHP_TRUNK/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 403 if (CGIG(nph) || SG(sapi_headers).http_response_code != 200) 408 if (CGIG(rfc2616_headers) && SG(sapi_headers).http_status_line) { 625 if (CGIG(fix_pathinfo)) { 671 if (CGIG(fcgi_logging) && request && message && len > 0) { 698 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) { 703 zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache_entry), (void **) &entry); 1128 if (CGIG(fix_pathinfo)) { 1362 if (!CGIG(discard_pat [all...] |
Completed in 7 milliseconds