Lines Matching full:against
436 * @dfa: the dfa to match @str against (NOT NULL)
438 * @str: the string of bytes to match against the dfa (NOT NULL)
441 * aa_dfa_match_len will match @str against the dfa and return the state it
480 * @dfa: the dfa to match @str against (NOT NULL)
482 * @str: the null terminated string of bytes to match against the dfa (NOT NULL)
484 * aa_dfa_match will match @str against the dfa and return the state it
565 * @dfa: the dfa to match @str against (NOT NULL)
567 * @str: the null terminated string of bytes to match against the dfa (NOT NULL)
570 * aa_dfa_match will match @str against the dfa and return the state it
622 * @dfa: the dfa to match @str against (NOT NULL)
624 * @str: the string of bytes to match against the dfa (NOT NULL)
628 * aa_dfa_match_len will match @str against the dfa and return the state it
782 * @dfa: the dfa to match @str against (NOT NULL)
784 * @str: the null terminated string of bytes to match against the dfa (NOT NULL)
787 * aa_dfa_match will match @str against the dfa and return the state it