Searched refs:fcc (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
448 fcc = md->tables + fcc_offset;
2132 othercase = fcc[c];
2300 otherd = TABLE_GET(d, fcc, d);
2339 otherd = TABLE_GET(d, fcc, d);
2386 otherd = TABLE_GET(d, fcc, d);
2431 otherd = TABLE_GET(d, fcc, d);
2468 otherd = TABLE_GET(d, fcc, d);
2512 otherd = TABLE_GET(d, fcc, d);
H A Dpcre_study.c664 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
695 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
1530 compile_block.fcc = tables + fcc_offset;
H A Dpcre_compile.c2906 fcc points to case-flipping table
2919 const pcre_uint8 *fcc, pcre_uint32 *list)
3010 list[3] = fcc[chr];
3014 list[3] = (chr < 256) ? fcc[chr] : chr;
3016 list[3] = fcc[chr];
3247 code = get_chr_property_list(code, utf, cd->fcc, list);
3686 get_chr_property_list(code, utf, cd->fcc, list) : NULL;
3742 end = get_chr_property_list(code, utf, cd->fcc, list);
4258 SETBIT(classbits, cd->fcc[c]);
9078 cd->fcc
2918 get_chr_property_list(const pcre_uchar *code, BOOL utf, const pcre_uint8 *fcc, pcre_uint32 *list) argument
[all...]
H A Dpcre_exec.c3525 foc = md->fcc[fc];
3537 foc = TABLE_GET(fc, md->fcc, fc);
3690 och = TABLE_GET(ch, md->fcc, ch);
3699 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c))
3806 foc = TABLE_GET(fc, md->fcc, fc);
6579 md->fcc = tables + fcc_offset;
6706 first_char2 = TABLE_GET(first_char, md->fcc, first_char);
6728 req_char2 = TABLE_GET(req_char, md->fcc, req_char);

Completed in 189 milliseconds