MCPcopy Create free account
hub / github.com/apache/httpd / ap_scan_script_header_err_brigade_ex

Function ap_scan_script_header_err_brigade_ex

server/util_script.c:840–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838}
839
840AP_DECLARE(int) ap_scan_script_header_err_brigade_ex(request_rec *r,
841 apr_bucket_brigade *bb,
842 char *buffer,
843 int module_index)
844{
845 return ap_scan_script_header_err_core_ex(r, buffer, getsfunc_BRIGADE, bb,
846 module_index);
847}
848
849
850struct vastrs {

Callers 4

handle_responseFunction · 0.85
dispatchFunction · 0.85
pass_responseFunction · 0.85
cgi_handle_responseFunction · 0.85

Calls 1

Tested by

no test coverage detected