MCPcopy Create free account
hub / github.com/3proxy/3proxy / lognone

Function lognone

src/common.c:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622void lognone(struct clientparam * param, const unsigned char *s) {
623 if(param->trafcountfunc)(*param->trafcountfunc)(param);
624 clearstat(param);
625}
626unsigned char tmpbuf[8192];
627
628void logstdout(struct clientparam * param, const unsigned char *s) {

Callers

nothing calls this directly

Calls 1

clearstatFunction · 0.85

Tested by

no test coverage detected