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

Function handlehdrfilterscli

src/proxymain.c:1034–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034FILTER_ACTION handlehdrfilterscli(struct clientparam *param, unsigned char ** buf_p, int * bufsize_p, int offset, int * length_p){
1035 FILTER_ACTION action;
1036 int i;
1037
1038 for(i = 0; i < param->nhdrfilterscli; i++){
1039 action = (*param->hdrfilterscli[i]->filter->filter_header_cli)(param->hdrfilterscli[i]->data, param, buf_p, bufsize_p, offset, length_p);
1040 if(action!=CONTINUE) return action;
1041 }
1042 return PASS;
1043}
1044
1045#endif
1046

Callers 4

proxychildFunction · 0.85
readcommandFunction · 0.85
smtppchildFunction · 0.85
ftpprchildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected