Lines Matching full:matching
5 * This file contains AppArmor dfa based regular expression matching engine
304 * Returns: an unpacked dfa ready for matching or ERR_PTR on failure
426 * @start: the state of the dfa to start matching in
431 * finished matching in. The final state can be used to look up the accepting
451 /* current state is <state>, matching character *str */ in aa_dfa_match_len()
470 * @start: the state of the dfa to start matching in
474 * finished matching in. The final state can be used to look up the accepting
490 /* current state is <state>, matching character *str */ in aa_dfa_match()
524 /* current state is <state>, matching character *str */ in aa_dfa_next()
555 * @start: the state of the dfa to start matching in
560 * finished matching in. The final state can be used to look up the accepting
578 /* current state is <state>, matching character *str */ in aa_dfa_match_until()
612 * @start: the state of the dfa to start matching in
618 * finished matching in. The final state can be used to look up the accepting
640 /* current state is <state>, matching character *str */ in aa_dfa_matchn_until()
720 /* current state is <state>, matching character *str */ in leftmatch_fb()
772 * @start: the state of the dfa to start matching in
777 * finished matching in. The final state can be used to look up the accepting