Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c670 #define condassert condition in match() macro
1582 condassert = TRUE; in match()
1585 else condassert = FALSE; in match()
1614 if (condassert) RRETURN(MATCH_MATCH); in match()
1633 condassert = TRUE; in match()
1636 else condassert = FALSE; in match()
1657 if (condassert) RRETURN(MATCH_MATCH); /* Condition assertion */ in match()

Completed in 18 milliseconds