MCPcopy Create free account
hub / github.com/OISF/libhtp / HTPCallbackRequestStart

Function HTPCallbackRequestStart

test/fuzz/fuzz_diff.c:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87static int HTPCallbackRequestStart(htp_tx_t *tx)
88{
89 fprintf(logfile, "HTPCallbackRequestStart\n");
90 return 0;
91}
92
93static int HTPCallbackRequest(htp_tx_t *tx)
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected