Home
last modified time | relevance | path

Searched refs:MATCH_CONDASSERT (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match.c82 #define MATCH_CONDASSERT 1 /* Called to check a condition assertion */ macro
1423 mb->match_function_type |= MATCH_CONDASSERT; in match()
1563 if ((mb->match_function_type & MATCH_CONDASSERT) != 0) in match()
1566 mb->match_function_type &= ~MATCH_CONDASSERT; in match()
1634 if ((mb->match_function_type & MATCH_CONDASSERT) != 0) in match()
1637 mb->match_function_type &= ~MATCH_CONDASSERT; in match()