Searched refs:GetTxDetectState (Results 1 – 4 of 4) sorted by relevance
122 DetectEngineState *(*GetTxDetectState)(void *tx); member569 DetectEngineState *(*GetTxDetectState)(void *tx), in AppLayerParserRegisterDetectStateFuncs()574 alp_ctx.ctxs[FlowGetProtoMapping(ipproto)][alproto].GetTxDetectState = GetTxDetectState; in AppLayerParserRegisterDetectStateFuncs()1159 if (alp_ctx.ctxs[FlowGetProtoMapping(ipproto)][alproto].GetTxDetectState != NULL) in AppLayerParserSupportsTxDetectState()1168 s = alp_ctx.ctxs[FlowGetProtoMapping(ipproto)][alproto].GetTxDetectState(tx); in AppLayerParserGetTxDetectState()1177 if ((alp_ctx.ctxs[f->protomap][f->alproto].GetTxDetectState(tx) != NULL)) in AppLayerParserSetTxDetectState()1542 …printf("- GetTxDetectState %p SetTxDetectState %p\n", ctx->GetTxDetectState, ctx->SetTxDetectState… in ValidateParserProtoDump()1580 if (!(BOTH_SET(ctx->GetTxDetectState, ctx->SetTxDetectState))) { in ValidateParserProto()1583 if (!(BOTH_SET_OR_BOTH_UNSET(ctx->GetTxDetectState, ctx->SetTxDetectState))) { in ValidateParserProto()
51 DetectEngineState *(*GetTxDetectState)(void *tx); member
141 p->GetTxDetectState, p->SetTxDetectState); in AppLayerRegisterParser()
182 DetectEngineState *(*GetTxDetectState)(void *tx),