Lines Matching full:matching
5 * This file contains AppArmor dfa based regular expression matching engine
296 * Returns: an unpacked dfa ready for matching or ERR_PTR on failure
437 * @start: the state of the dfa to start matching in
442 * finished matching in. The final state can be used to look up the accepting
462 /* current state is <state>, matching character *str */ in aa_dfa_match_len()
481 * @start: the state of the dfa to start matching in
485 * finished matching in. The final state can be used to look up the accepting
501 /* current state is <state>, matching character *str */ in aa_dfa_match()
535 /* current state is <state>, matching character *str */ in aa_dfa_next()
566 * @start: the state of the dfa to start matching in
571 * finished matching in. The final state can be used to look up the accepting
589 /* current state is <state>, matching character *str */ in aa_dfa_match_until()
623 * @start: the state of the dfa to start matching in
629 * finished matching in. The final state can be used to look up the accepting
651 /* current state is <state>, matching character *str */ in aa_dfa_matchn_until()
731 /* current state is <state>, matching character *str */ in leftmatch_fb()
783 * @start: the state of the dfa to start matching in
788 * finished matching in. The final state can be used to look up the accepting