Lines Matching full:matching
4 * This file contains AppArmor dfa based regular expression matching engine
288 * Returns: an unpacked dfa ready for matching or ERR_PTR on failure
396 * @start: the state of the dfa to start matching in
401 * finished matching in. The final state can be used to look up the accepting
421 /* current state is <state>, matching character *str */ in aa_dfa_match_len()
440 * @start: the state of the dfa to start matching in
444 * finished matching in. The final state can be used to look up the accepting
461 /* current state is <state>, matching character *str */ in aa_dfa_match()
496 /* current state is <state>, matching character *str */ in aa_dfa_next()
510 * @start: the state of the dfa to start matching in
515 * finished matching in. The final state can be used to look up the accepting
533 /* current state is <state>, matching character *str */ in aa_dfa_match_until()
567 * @start: the state of the dfa to start matching in
573 * finished matching in. The final state can be used to look up the accepting
595 /* current state is <state>, matching character *str */ in aa_dfa_matchn_until()
675 /* current state is <state>, matching character *str */ in leftmatch_fb()
727 * @start: the state of the dfa to start matching in
732 * finished matching in. The final state can be used to look up the accepting