Lines Matching full:against
381 * @dfa: the dfa to match @str against (NOT NULL)
383 * @str: the string of bytes to match against the dfa (NOT NULL)
386 * aa_dfa_match_len will match @str against the dfa and return the state it
425 * @dfa: the dfa to match @str against (NOT NULL)
427 * @str: the null terminated string of bytes to match against the dfa (NOT NULL)
429 * aa_dfa_match will match @str against the dfa and return the state it
510 * @dfa: the dfa to match @str against (NOT NULL)
512 * @str: the null terminated string of bytes to match against the dfa (NOT NULL)
515 * aa_dfa_match will match @str against the dfa and return the state it
567 * @dfa: the dfa to match @str against (NOT NULL)
569 * @str: the string of bytes to match against the dfa (NOT NULL)
573 * aa_dfa_match_len will match @str against the dfa and return the state it
727 * @dfa: the dfa to match @str against (NOT NULL)
729 * @str: the null terminated string of bytes to match against the dfa (NOT NULL)
732 * aa_dfa_match will match @str against the dfa and return the state it