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

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c412 const pcre_uint8 *ctypes, *lcc, *fcc; local
447 lcc = md->tables + lcc_offset;
2149 if (TABLE_GET(c, lcc, c) == TABLE_GET(d, lcc, d))
H A Dpcre_exec.c242 if (TABLE_GET(cp, md->lcc, cp) != TABLE_GET(cc, md->lcc, cc)) return -1;
3273 if (md->lcc[fc] != TABLE_GET(cc, md->lcc, cc)) RRETURN(MATCH_NOMATCH);
3305 if (TABLE_GET(ecode[1], md->lcc, ecode[1])
3306 != TABLE_GET(*eptr, md->lcc, *eptr)) RRETURN(MATCH_NOMATCH);
6566 md->lcc = tables + lcc_offset;
H A Dpcre_study.c1486 compile_block.lcc = tables + lcc_offset;
H A Dpcre_compile.c8850 cd->lcc = tables + lcc_offset;
H A Dpcre_jit_compile.c362 sljit_sw lcc; member in struct:compiler_common
4489 OP1(SLJIT_MOV, LCC_TABLE, 0, SLJIT_IMM, common->lcc);
9773 common->lcc = (sljit_sw)(tables + lcc_offset);

Completed in 288 milliseconds