Home
last modified time | relevance | path

Searched refs:sapi_add_header_ex (Results 1 – 5 of 5) sorted by last modified time

/php-src/main/
H A DSAPI.c625 SAPI_API int sapi_add_header_ex(const char *header_line, size_t header_line_len, bool duplicate, bo… in sapi_add_header_ex() function
H A DSAPI.h203 SAPI_API int sapi_add_header_ex(const char *header_line, size_t header_line_len, bool duplicate, bo…
204 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1)
/php-src/ext/zlib/
H A Dzlib.c272 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in php_zlib_output_handler()
293 sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1); in php_zlib_output_handler()
296 sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1); in php_zlib_output_handler()
302 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in php_zlib_output_handler()
549 sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1); in PHP_FUNCTION()
552 sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1); in PHP_FUNCTION()
555 sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0); in PHP_FUNCTION()
/php-src/ext/session/
H A Dsession.c1396 sapi_add_header_ex(estrndup(ZSTR_VAL(ncookie.s), ZSTR_LEN(ncookie.s)), ZSTR_LEN(ncookie.s), 0, 0); in php_session_send_cookie()
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c156 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
157 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request()
192 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
193 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request()
203 sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1); in fpm_status_handle_request()
204 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request()
211 sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1); in fpm_status_handle_request()
223 sapi_add_header_ex(ZEND_STRL("Content-Type: text/html"), 1, 1); in fpm_status_handle_request()
292 sapi_add_header_ex(ZEND_STRL("Content-Type: text/xml"), 1, 1); in fpm_status_handle_request()
340 sapi_add_header_ex(ZEND_STRL("Content-Type: application/json"), 1, 1); in fpm_status_handle_request()
[all …]

Completed in 31 milliseconds