Searched refs:tok_idx (Results 1 – 1 of 1) sorted by relevance
142 unsigned int match_start, block_idx = 0, tok_idx; in fsm_find() local169 for (tok_idx = 0; tok_idx < fsm->ntokens; tok_idx++) { in fsm_find()170 cur = &fsm->tokens[tok_idx]; in fsm_find()172 if (likely(tok_idx < (fsm->ntokens - 1))) in fsm_find()173 next = &fsm->tokens[tok_idx + 1]; in fsm_find()