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

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c791 const pcre_uchar *tcode = code + 1 + LINK_SIZE; local
794 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE;
800 switch(*tcode)
889 if (tcode[1] != PT_CLIST) return SSB_FAIL;
891 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + tcode[2];
912 tcode++;
931 rc = set_start_bits(tcode, start_bits, utf, cd);
935 do tcode += GET(tcode, 1); while (*tcode
[all...]
H A Dpcre_compile.c2390 const pcre_uchar *tcode; local
2391 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
2392 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE;

Completed in 57 milliseconds