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

/external/pcre/dist2/src/
H A Dpcre2_study.c59 enum { SSB_FAIL, SSB_DONE, SSB_CONTINUE, SSB_UNKNOWN }; enumerator in enum:__anon17621
860 the outermost level, this function fails unless the result is SSB_DONE.
868 SSB_DONE => Found mandatory starting code units
877 int yield = SSB_DONE;
1032 if (rc == SSB_DONE) try_next = FALSE; else
1042 result from subpattern is SSB_CONTINUE rather than SSB_DONE. For KET,
1546 if (rc == SSB_DONE) re->flags |= PCRE2_FIRSTMAPSET;

Completed in 159 milliseconds