Lines Matching full:matching
5 * This file contains AppArmor dfa based regular expression matching engine
260 * Returns: an unpacked dfa ready for matching or ERR_PTR on failure
382 * @start: the state of the dfa to start matching in
387 * finished matching in. The final state can be used to look up the accepting
407 /* current state is <state>, matching character *str */ in aa_dfa_match_len()
426 * @start: the state of the dfa to start matching in
430 * finished matching in. The final state can be used to look up the accepting
446 /* current state is <state>, matching character *str */ in aa_dfa_match()
480 /* current state is <state>, matching character *str */ in aa_dfa_next()
511 * @start: the state of the dfa to start matching in
516 * finished matching in. The final state can be used to look up the accepting
534 /* current state is <state>, matching character *str */ in aa_dfa_match_until()
568 * @start: the state of the dfa to start matching in
574 * finished matching in. The final state can be used to look up the accepting
596 /* current state is <state>, matching character *str */ in aa_dfa_matchn_until()
676 /* current state is <state>, matching character *str */ in leftmatch_fb()
728 * @start: the state of the dfa to start matching in
733 * finished matching in. The final state can be used to look up the accepting