Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c686 #define condassert condition in match() macro
1529 condassert = TRUE; in match()
1532 else condassert = FALSE; in match()
1582 if (condassert) RRETURN(MATCH_MATCH); in match()
1600 condassert = TRUE; in match()
1603 else condassert = FALSE; in match()
1661 if (condassert) RRETURN(MATCH_MATCH); /* Condition assertion */ in match()