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

/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_study.c54 enum { SSB_FAIL, SSB_DONE, SSB_CONTINUE }; enumerator in enum:__anon11685
467 function fails unless the result is SSB_DONE.
477 SSB_DONE => Found mandatory starting bytes
486 int yield = SSB_DONE;
533 if (rc == SSB_DONE) try_next = FALSE; else
543 result from subpattern is SSB_CONTINUE rather than SSB_DONE. For KET,
935 &compile_block) == SSB_DONE;

Completed in 86 milliseconds