Lines Matching defs:start
86 /* loaded td_id's start at 1, subtract 1 now to avoid doing
426 * @start: the state of the dfa to start matching in
432 * label, or as the start state of a continuing match.
439 unsigned int aa_dfa_match_len(struct aa_dfa *dfa, unsigned int start,
446 unsigned int state = start;
470 * @start: the state of the dfa to start matching in
475 * label, or as the start state of a continuing match.
479 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start,
486 unsigned int state = start;
511 * @state: the state to start in
557 * @start: the state of the dfa to start matching in
563 * label, or as the start state of a continuing match.
567 unsigned int aa_dfa_match_until(struct aa_dfa *dfa, unsigned int start,
575 unsigned int state = start, pos;
614 * @start: the state of the dfa to start matching in
621 * label, or as the start state of a continuing match.
628 unsigned int aa_dfa_matchn_until(struct aa_dfa *dfa, unsigned int start,
636 unsigned int state = start, pos;
703 static unsigned int leftmatch_fb(struct aa_dfa *dfa, unsigned int start,
711 unsigned int state = start, pos;
774 * @start: the state of the dfa to start matching in
780 * label, or as the start state of a continuing match.
784 unsigned int aa_dfa_leftmatch(struct aa_dfa *dfa, unsigned int start,
791 return leftmatch_fb(dfa, start, str, &wb, count);