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

/external/pcre/
H A Dpcre_compile.c1968 BOOL empty_branch = FALSE; local
1975 empty_branch = TRUE;
1981 if (!empty_branch) return FALSE; /* All branches are non-empty */
1989 BOOL empty_branch; local
2000 empty_branch = FALSE;
2003 if (!empty_branch && could_be_empty_branch(code, endcode, utf8, cd))
2004 empty_branch = TRUE;
2008 if (!empty_branch) return FALSE; /* All branches are non-empty */

Completed in 432 milliseconds