Searched refs:empty_branch (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_compile.c1432 BOOL empty_branch; local
1456 empty_branch = FALSE;
1467 empty_branch = TRUE;
1474 if (!empty_branch) goto ISFALSE; /* All branches are non-empty */
1507 BOOL empty_branch; local
1518 empty_branch = FALSE;
1521 if (!empty_branch)
1526 if (rc > 0) empty_branch = TRUE;
1531 if (!empty_branch) goto ISFALSE; /* All branches are non-empty */

Completed in 72 milliseconds