Searched refs:sapi_add_header (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/main/ |
H A D | SAPI.h | 186 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) macro
|
H A D | main.c | 1675 sapi_add_header(SAPI_PHP_VERSION_HEADER, sizeof(SAPI_PHP_VERSION_HEADER)-1, 1); in php_request_startup() 1726 sapi_add_header(SAPI_PHP_VERSION_HEADER, sizeof(SAPI_PHP_VERSION_HEADER)-1, 1); in php_request_startup()
|
/PHP-7.2/ext/soap/ |
H A D | soap.c | 1555 …sapi_add_header("Content-Type: text/xml; charset=utf-8", sizeof("Content-Type: text/xml; charset=u… 1936 …sapi_add_header("Content-Type: text/xml; charset=utf-8", sizeof("Content-Type: text/xml; charset=u… 1942 sapi_add_header("Connection: close", sizeof("Connection: close")-1, 1); 1945 sapi_add_header(cont_len, strlen(cont_len), 1); 1950 sapi_add_header("HTTP/1.1 202 Accepted", sizeof("HTTP/1.1 202 Accepted")-1, 1); 1951 sapi_add_header("Content-Length: 0", sizeof("Content-Length: 0")-1, 1); 2084 …sapi_add_header("HTTP/1.1 500 Internal Service Error", sizeof("HTTP/1.1 500 Internal Service Error… 2087 sapi_add_header("Connection: close", sizeof("Connection: close")-1, 1); 2090 sapi_add_header(cont_len, strlen(cont_len), 1); 2093 …sapi_add_header("Content-Type: application/soap+xml; charset=utf-8", sizeof("Content-Type: applica… [all …]
|
/PHP-7.2/ext/iconv/ |
H A D | iconv.c | 427 if (content_type && SUCCESS == sapi_add_header(content_type, (uint32_t)len, 0)) { in php_iconv_output_handler()
|
/PHP-7.2/ext/session/ |
H A D | session.c | 1105 #define ADD_HEADER(a) sapi_add_header(a, strlen(a), 1);
|
/PHP-7.2/ext/mbstring/ |
H A D | mbstring.c | 2198 if (sapi_add_header(p, len, 0) != FAILURE) { in PHP_FUNCTION()
|
Completed in 63 milliseconds