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

/barrelfish-2018-10-04/lib/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;
3280 if (md->lcc[fc] != TABLE_GET(cc, md->lcc, cc)) RRETURN(MATCH_NOMATCH);
3312 if (TABLE_GET(ecode[1], md->lcc, ecode[1])
3313 != TABLE_GET(*eptr, md->lcc, *eptr)) RRETURN(MATCH_NOMATCH);
6578 md->lcc = tables + lcc_offset;
H A Dpcre_study.c1529 compile_block.lcc = tables + lcc_offset;
H A Dpcre_compile.c9077 cd->lcc = tables + lcc_offset;

Completed in 163 milliseconds