Searched refs:concat_header (Results 1 – 2 of 2) sorted by relevance
151 static void concat_header(sapi_header_struct *sapi_header, char **combined_headers_ptr TSRMLS_DC) in concat_header() function182 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()
231 static void concat_header(sapi_header_struct *sapi_header, char **combined_headers_ptr TSRMLS_DC) in concat_header() function262 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