sapi_header_struct 1300 ext/session/session.c 	sapi_header_struct *header;
sapi_header_struct 1314 ext/session/session.c 		header = (sapi_header_struct *)(current->data);
sapi_header_struct  265 ext/standard/head.c 	sapi_header_struct *sapi_header = (sapi_header_struct *)data;
sapi_header_struct  117 main/SAPI.c    SAPI_API void sapi_free_header(sapi_header_struct *sapi_header)
sapi_header_struct  364 main/SAPI.c    SAPI_API void sapi_get_default_content_type_header(sapi_header_struct *default_header TSRMLS_DC)
sapi_header_struct  410 main/SAPI.c    	zend_llist_init(&SG(sapi_headers).headers, sizeof(sapi_header_struct), 
sapi_header_struct  451 main/SAPI.c    	zend_llist_init(&SG(sapi_headers).headers, sizeof(sapi_header_struct), (void (*)(void *)) sapi_free_header, 0);
sapi_header_struct  611 main/SAPI.c    	sapi_header_struct *header;
sapi_header_struct  616 main/SAPI.c    		header = (sapi_header_struct *)(current->data);
sapi_header_struct  655 main/SAPI.c    static void sapi_header_add_op(sapi_header_op_enum op, sapi_header_struct *sapi_header TSRMLS_DC)
sapi_header_struct  678 main/SAPI.c    	sapi_header_struct sapi_header;
sapi_header_struct  871 main/SAPI.c    		sapi_header_struct default_header;
sapi_header_struct  901 main/SAPI.c    				sapi_header_struct http_status_line;
sapi_header_struct  915 main/SAPI.c    				sapi_header_struct default_header;
sapi_header_struct  192 main/SAPI.h    SAPI_API void sapi_free_header(sapi_header_struct *sapi_header);
sapi_header_struct  207 main/SAPI.h    SAPI_API void sapi_get_default_content_type_header(sapi_header_struct *default_header TSRMLS_DC);
sapi_header_struct  237 main/SAPI.h    	int (*header_handler)(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC);
sapi_header_struct  239 main/SAPI.h    	void (*send_header)(sapi_header_struct *sapi_header, void *server_context TSRMLS_DC);
sapi_header_struct  114 sapi/aolserver/aolserver.c php_ns_sapi_header_handler(sapi_header_struct *sapi_header, sapi_headers_struct *sapi_headers TSRMLS_DC)
sapi_header_struct   38 sapi/apache/mod_php5.c static int sapi_apache_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC);
sapi_header_struct  166 sapi/apache/mod_php5.c static int sapi_apache_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC)
sapi_header_struct   94 sapi/apache2filter/sapi_apache2.c php_apache_sapi_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC)
sapi_header_struct   92 sapi/apache2handler/sapi_apache2.c php_apache_sapi_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC)
sapi_header_struct   37 sapi/apache_hooks/mod_php5.c static int sapi_apache_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC);
sapi_header_struct  311 sapi/apache_hooks/mod_php5.c static int sapi_apache_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC)
sapi_header_struct  337 sapi/caudium/caudium.c php_caudium_sapi_header_handler(sapi_header_struct *sapi_header,
sapi_header_struct  404 sapi/cgi/cgi_main.c 	sapi_header_struct *h;
sapi_header_struct  440 sapi/cgi/cgi_main.c 				h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos);
sapi_header_struct  448 sapi/cgi/cgi_main.c 					h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos);
sapi_header_struct  474 sapi/cgi/cgi_main.c 	h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos);
sapi_header_struct  489 sapi/cgi/cgi_main.c 				h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos);
sapi_header_struct  496 sapi/cgi/cgi_main.c 		h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos);
sapi_header_struct 1663 sapi/cgi/cgi_main.c static void add_response_header(sapi_header_struct *h, zval *return_value TSRMLS_DC) /* {{{ */
sapi_header_struct  396 sapi/cli/php_cli.c static int sapi_cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s TSRMLS_DC) /* {{{ */
sapi_header_struct  410 sapi/cli/php_cli.c static void sapi_cli_send_header(sapi_header_struct *sapi_header, void *server_context TSRMLS_DC) /* {{{ */
sapi_header_struct  508 sapi/cli/php_cli_server.c static void add_response_header(sapi_header_struct *h, zval *return_value TSRMLS_DC) /* {{{ */
sapi_header_struct  652 sapi/cli/php_cli_server.c 	sapi_header_struct *h;
sapi_header_struct  668 sapi/cli/php_cli_server.c 	h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos);
sapi_header_struct  674 sapi/cli/php_cli_server.c 		h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos);
sapi_header_struct  146 sapi/continuity/capi.c static int sapi_capi_header_handler(sapi_header_struct * sapi_header, sapi_headers_struct * sapi_headers TSRMLS_DC)
sapi_header_struct   89 sapi/embed/php_embed.c static void php_embed_send_header(sapi_header_struct *sapi_header, void *server_context TSRMLS_DC)
sapi_header_struct  298 sapi/fpm/fpm/fpm_log.c 						sapi_header_struct *h;
sapi_header_struct  303 sapi/fpm/fpm/fpm_log.c 						h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos);
sapi_header_struct  307 sapi/fpm/fpm/fpm_log.c 								h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos);
sapi_header_struct  311 sapi/fpm/fpm/fpm_log.c 								h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos);
sapi_header_struct  317 sapi/fpm/fpm/fpm_log.c 								h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos);
sapi_header_struct  322 sapi/fpm/fpm/fpm_log.c 								h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos);
sapi_header_struct  396 sapi/fpm/fpm/fpm_main.c 	sapi_header_struct *h;
sapi_header_struct  432 sapi/fpm/fpm/fpm_main.c 				h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos);
sapi_header_struct  440 sapi/fpm/fpm/fpm_main.c 					h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos);
sapi_header_struct  466 sapi/fpm/fpm/fpm_main.c 	h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos);
sapi_header_struct  481 sapi/fpm/fpm/fpm_main.c 				h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos);
sapi_header_struct  488 sapi/fpm/fpm/fpm_main.c 		h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos);
sapi_header_struct  218 sapi/isapi/php5isapi.c static int sapi_isapi_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC)
sapi_header_struct  225 sapi/isapi/php5isapi.c static void accumulate_header_length(sapi_header_struct *sapi_header, uint *total_length TSRMLS_DC)
sapi_header_struct  231 sapi/isapi/php5isapi.c static void concat_header(sapi_header_struct *sapi_header, char **combined_headers_ptr TSRMLS_DC)
sapi_header_struct  248 sapi/isapi/php5isapi.c 	sapi_header_struct default_content_type;
sapi_header_struct  398 sapi/litespeed/lsapi_main.c     sapi_header_struct  *h;
sapi_header_struct 1231 sapi/litespeed/lsapi_main.c     sapi_header_struct  *h;
sapi_header_struct  493 sapi/nsapi/nsapi.c static int php_nsapi_remove_header(sapi_header_struct *sapi_header TSRMLS_DC)
sapi_header_struct  518 sapi/nsapi/nsapi.c static int sapi_nsapi_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC)
sapi_header_struct  449 sapi/phpdbg/phpdbg.c static int php_sapi_phpdbg_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s TSRMLS_DC) /* {{{ */
sapi_header_struct  463 sapi/phpdbg/phpdbg.c static void php_sapi_phpdbg_send_header(sapi_header_struct *sapi_header, void *server_context TSRMLS_DC) /* {{{ */
sapi_header_struct   70 sapi/phttpd/phttpd.c php_phttpd_sapi_header_handler(sapi_header_struct *sapi_header, sapi_headers_struct *sapi_headers TSRMLS_DC)
sapi_header_struct  139 sapi/pi3web/pi3web_sapi.c static int sapi_pi3web_header_handler(sapi_header_struct *sapi_header, sapi_headers_struct *sapi_headers TSRMLS_DC)
sapi_header_struct  145 sapi/pi3web/pi3web_sapi.c static void accumulate_header_length(sapi_header_struct *sapi_header, uint *total_length TSRMLS_DC)
sapi_header_struct  151 sapi/pi3web/pi3web_sapi.c static void concat_header(sapi_header_struct *sapi_header, char **combined_headers_ptr TSRMLS_DC)
sapi_header_struct  167 sapi/pi3web/pi3web_sapi.c 	sapi_header_struct default_content_type;
sapi_header_struct  326 sapi/roxen/roxen.c php_roxen_sapi_header_handler(sapi_header_struct *sapi_header,
sapi_header_struct  179 sapi/thttpd/thttpd.c 	sapi_header_struct *h;
sapi_header_struct  106 sapi/tux/php_tux.c 	sapi_header_struct *h;
sapi_header_struct   64 sapi/webjames/webjames.c static void sapi_webjames_send_header(sapi_header_struct *sapi_header, void *server_context TSRMLS_DC)