Searched refs:curState (Results 1 – 1 of 1) sorted by relevance
91 uint8_t curState; member107 static void appSecSetCurState(struct AppSecState *state, uint32_t curState) in appSecSetCurState() argument116 if (curState >= STATE_MAX) in appSecSetCurState()117 curState = STATE_BAD; in appSecSetCurState()118 if (curState != state->curState || curState == STATE_INIT) { in appSecSetCurState()126 __func__, state->curState, curState, in appSecSetCurState()127 state->chunkSize, chunkSize[curState], in appSecSetCurState()130 state->curState = curState; in appSecSetCurState()131 state->chunkSize = chunkSize[curState]; in appSecSetCurState()137 return state->curState; in appSecGetCurState()