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
554 * @dfa: the dfa to match @str against (NOT NULL)
556 * @str: the null terminated string of bytes to match against the dfa (NOT NULL)
559 * aa_dfa_match will match @str against the dfa and return the state it
611 * @dfa: the dfa to match @str against (NOT NULL)
613 * @str: the string of bytes to match against the dfa (NOT NULL)
617 * aa_dfa_match_len will match @str against the dfa and return the state it
771 * @dfa: the dfa to match @str against (NOT NULL)
773 * @str: the null terminated string of bytes to match against the dfa (NOT NULL)
776 * aa_dfa_match will match @str against the dfa and return the state it