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
491 /* current state is <state>, matching character *str */ in aa_dfa_match()
526 /* current state is <state>, matching character *str */ in aa_dfa_next()
557 * @start: the state of the dfa to start matching in
562 * finished matching in. The final state can be used to look up the accepting
580 /* current state is <state>, matching character *str */ in aa_dfa_match_until()
614 * @start: the state of the dfa to start matching in
620 * finished matching in. The final state can be used to look up the accepting
642 /* current state is <state>, matching character *str */ in aa_dfa_matchn_until()
722 /* current state is <state>, matching character *str */ in leftmatch_fb()
774 * @start: the state of the dfa to start matching in
779 * finished matching in. The final state can be used to look up the accepting