Home
last modified time | relevance | path

Searched refs:concat_header (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c151 static void concat_header(sapi_header_struct *sapi_header, char **combined_headers_ptr TSRMLS_DC) in concat_header() function
182 concat_header(&default_content_type, (void *) &combined_headers_ptr TSRMLS_CC); in sapi_pi3web_send_headers()
185 …ith_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) concat_header, (void *) &com… in sapi_pi3web_send_headers()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c231 static void concat_header(sapi_header_struct *sapi_header, char **combined_headers_ptr TSRMLS_DC) in concat_header() function
262 concat_header(&default_content_type, (void *) &combined_headers_ptr TSRMLS_CC); in sapi_isapi_send_headers()
265 …ith_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) concat_header, (void *) &com… in sapi_isapi_send_headers()

Completed in 10 milliseconds