Searched refs:sapi_add_header_ex (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_status.c | 155 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request() 156 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request() 187 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request() 188 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request() 198 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request() 199 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request() 206 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request() 218 sapi_add_header_ex(ZEND_STRL("Content-Type: text/html"), 1, 1); in fpm_status_handle_request() 287 sapi_add_header_ex(ZEND_STRL("Content-Type: text/xml"), 1, 1); in fpm_status_handle_request() 335 sapi_add_header_ex(ZEND_STRL("Content-Type: application/json"), 1, 1); in fpm_status_handle_request() [all …]
|
/PHP-8.0/main/ |
H A D | SAPI.h | 182 SAPI_API int sapi_add_header_ex(const char *header_line, size_t header_line_len, zend_bool duplicat… 183 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1)
|
H A D | SAPI.c | 619 SAPI_API int sapi_add_header_ex(const char *header_line, size_t header_line_len, zend_bool duplicat… in sapi_add_header_ex() function
|
/PHP-8.0/ext/zlib/ |
H A D | zlib.c | 275 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in php_zlib_output_handler() 296 sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1); in php_zlib_output_handler() 299 sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1); in php_zlib_output_handler() 305 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in php_zlib_output_handler() 552 sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1); in PHP_FUNCTION() 555 sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1); in PHP_FUNCTION() 558 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in PHP_FUNCTION()
|
/PHP-8.0/ext/session/ |
H A D | session.c | 1381 sapi_add_header_ex(estrndup(ZSTR_VAL(ncookie.s), ZSTR_LEN(ncookie.s)), ZSTR_LEN(ncookie.s), 0, 0); in php_session_send_cookie()
|
Completed in 26 milliseconds