Searched refs:minLen (Results 1 – 3 of 3) sorted by relevance
457 #define GET_MATCHES_HEADER2(minLen, ret_op) \ argument459 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \462 #define GET_MATCHES_HEADER(minLen) GET_MATCHES_HEADER2(minLen, return 0) argument463 #define SKIP_HEADER(minLen) GET_MATCHES_HEADER2(minLen, continue) argument
476 #define GET_MATCHES_HEADER2(minLen, ret_op) \ argument478 lenLimit = p->lenLimit; { if (lenLimit < minLen) { MatchFinder_MovePos(p); ret_op; }} \481 #define GET_MATCHES_HEADER(minLen) GET_MATCHES_HEADER2(minLen, return 0) argument482 #define SKIP_HEADER(minLen) GET_MATCHES_HEADER2(minLen, continue) argument