Searched refs:sapi_add_header_ex (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_status.c | 162 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request() 163 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request() 184 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request() 185 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request() 194 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request() 207 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request() 215 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request() 233 sapi_add_header_ex(ZEND_STRL("Content-Type: text/html"), 1, 1); in fpm_status_handle_request() 308 sapi_add_header_ex(ZEND_STRL("Content-Type: text/xml"), 1, 1); in fpm_status_handle_request() 360 sapi_add_header_ex(ZEND_STRL("Content-Type: application/json"), 1, 1); in fpm_status_handle_request() [all …]
|
/PHP-7.3/main/ |
H A D | SAPI.h | 184 SAPI_API int sapi_add_header_ex(char *header_line, size_t header_line_len, zend_bool duplicate, zen… 185 #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(char *header_line, size_t header_line_len, zend_bool duplicate, zen… in sapi_add_header_ex() function
|
/PHP-7.3/ext/zlib/ |
H A D | zlib.c | 225 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in php_zlib_output_handler() 246 sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1); in php_zlib_output_handler() 249 sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1); in php_zlib_output_handler() 255 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in php_zlib_output_handler() 503 sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1); in PHP_FUNCTION() 506 sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1); in PHP_FUNCTION() 509 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in PHP_FUNCTION()
|
/PHP-7.3/ext/session/ |
H A D | session.c | 1374 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 27 milliseconds