Lines Matching full:against
425 * @dfa: the dfa to match @str against (NOT NULL)
427 * @str: the string of bytes to match against the dfa (NOT NULL)
430 * aa_dfa_match_len will match @str against the dfa and return the state it
469 * @dfa: the dfa to match @str against (NOT NULL)
471 * @str: the null terminated string of bytes to match against the dfa (NOT NULL)
473 * aa_dfa_match will match @str against the dfa and return the state it
556 * @dfa: the dfa to match @str against (NOT NULL)
558 * @str: the null terminated string of bytes to match against the dfa (NOT NULL)
561 * aa_dfa_match will match @str against the dfa and return the state it
613 * @dfa: the dfa to match @str against (NOT NULL)
615 * @str: the string of bytes to match against the dfa (NOT NULL)
619 * aa_dfa_match_len will match @str against the dfa and return the state it
773 * @dfa: the dfa to match @str against (NOT NULL)
775 * @str: the null terminated string of bytes to match against the dfa (NOT NULL)
778 * aa_dfa_match will match @str against the dfa and return the state it