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

/external/pcre/dist/
H A Dpcre_compile.c135 #define REQ_UNSET (-2) macro
4521 /* Initialize no first byte, no required byte. REQ_UNSET means "no char
4532 firstcharflags = reqcharflags = zerofirstcharflags = zeroreqcharflags = REQ_UNSET;
4763 if (firstcharflags == REQ_UNSET)
4779 if (firstcharflags == REQ_UNSET) firstcharflags = REQ_NONE;
4881 if (firstcharflags == REQ_UNSET) firstcharflags = REQ_NONE;
5431 if (firstcharflags == REQ_UNSET) firstcharflags = REQ_NONE;
5521 if (firstcharflags == REQ_UNSET) firstcharflags = REQ_NONE;
6614 if (firstcharflags == REQ_UNSET) firstcharflags = REQ_NONE;
7351 if (firstcharflags == REQ_UNSET) firstcharflag
[all...]

Completed in 63 milliseconds