Searched refs:lcc (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 242 if (TABLE_GET(cp, md->lcc, cp) != TABLE_GET(cc, md->lcc, cc)) return -1; in match_ref() 3280 if (md->lcc[fc] != TABLE_GET(cc, md->lcc, cc)) RRETURN(MATCH_NOMATCH); in match() 3312 if (TABLE_GET(ecode[1], md->lcc, ecode[1]) in match() 3313 != TABLE_GET(*eptr, md->lcc, *eptr)) RRETURN(MATCH_NOMATCH); in match() 6578 md->lcc = tables + lcc_offset; in pcre_exec()
|
H A D | pcre_internal.h | 2430 const pcre_uint8 *lcc; /* Points to lower casing table */ member 2532 const pcre_uint8 *lcc; /* Points to lower casing table */ member
|
H A D | pcre_study.c | 1529 compile_block.lcc = tables + lcc_offset; in pcre_study()
|
H A D | pcre_jit_compile.c | 358 sljit_sw lcc; member 4537 OP1(SLJIT_MOV, LCC_TABLE, 0, SLJIT_IMM, common->lcc); in do_caselesscmp() 9831 common->lcc = (sljit_sw)(tables + lcc_offset); in PRIV()
|
H A D | pcre_compile.c | 9063 cd->lcc = tables + lcc_offset; in pcre_compile2()
|
/PHP-5.6/build/ |
H A D | libtool.m4 | 3619 lcc*) 4995 lcc*)
|
Completed in 72 milliseconds