Home
last modified time | relevance | path

Searched refs:SAPI_HEADER_ADD (Results 1 – 4 of 4) sorted by relevance

/php-src/main/
H A DSAPI.h193 SAPI_HEADER_ADD, /* sapi_header_line* */ enumerator
300 #define SAPI_HEADER_ADD (1<<0) macro
H A DSAPI.c635 r = sapi_header_op(replace ? SAPI_HEADER_REPLACE : SAPI_HEADER_ADD, in sapi_add_header_ex()
647 (SAPI_HEADER_ADD & sapi_module.header_handler(sapi_header, op, &SG(sapi_headers)))) { in sapi_header_add_op()
691 case SAPI_HEADER_ADD: in sapi_header_op()
869 sapi_header_add_op(SAPI_HEADER_ADD, &default_header); in sapi_send_headers()
/php-src/ext/standard/
H A Dhead.c48 sapi_header_op(rep ? SAPI_HEADER_REPLACE:SAPI_HEADER_ADD, &ctr); in PHP_FUNCTION()
189 result = sapi_header_op(SAPI_HEADER_ADD, &ctr); in php_setcookie()
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c103 case SAPI_HEADER_ADD: in php_apache_sapi_header_handler()
141 return SAPI_HEADER_ADD; in php_apache_sapi_header_handler()

Completed in 17 milliseconds