Searched refs:lcc (Results 1 - 5 of 5) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_dfa_exec.c | 412 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 D | pcre_exec.c | 242 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 D | pcre_study.c | 1486 compile_block.lcc = tables + lcc_offset;
|
H A D | pcre_compile.c | 8850 cd->lcc = tables + lcc_offset;
|
H A D | pcre_jit_compile.c | 362 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