Home
last modified time | relevance | path

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

/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c145 static void accumulate_header_length(sapi_header_struct *sapi_header, uint *total_length TSRMLS_DC) in accumulate_header_length() function
174 accumulate_header_length(&default_content_type, (void *) &total_length TSRMLS_CC); in sapi_pi3web_send_headers()
176 …gument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) accumulate_header_length, (void *)… in sapi_pi3web_send_headers()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c225 static void accumulate_header_length(sapi_header_struct *sapi_header, uint *total_length TSRMLS_DC) in accumulate_header_length() function
254 accumulate_header_length(&default_content_type, (void *) &total_length TSRMLS_CC); in sapi_isapi_send_headers()
256 …gument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) accumulate_header_length, (void *)… in sapi_isapi_send_headers()

Completed in 10 milliseconds