PRIV 29 ext/pcre/pcrelib/pcre_chartables.c const pcre_uint8 PRIV(default_tables)[] = { PRIV 1261 ext/pcre/pcrelib/pcre_compile.c top = PRIV(utt_size); PRIV 1267 ext/pcre/pcrelib/pcre_compile.c r = STRCMP_UC_C8(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); PRIV 1270 ext/pcre/pcrelib/pcre_compile.c *ptypeptr = PRIV(utt)[i].type; PRIV 1271 ext/pcre/pcrelib/pcre_compile.c *pdataptr = PRIV(utt)[i].value; PRIV 1683 ext/pcre/pcrelib/pcre_compile.c code += PRIV(OP_lengths)[*code]; PRIV 1697 ext/pcre/pcrelib/pcre_compile.c code += PRIV(OP_lengths)[*code]; PRIV 1814 ext/pcre/pcrelib/pcre_compile.c cc += PRIV(OP_lengths)[*cc]; PRIV 1823 ext/pcre/pcrelib/pcre_compile.c cc += cc[1] + PRIV(OP_lengths)[*cc]; PRIV 1850 ext/pcre/pcrelib/pcre_compile.c cc += PRIV(OP_lengths)[*cc]; PRIV 1927 ext/pcre/pcrelib/pcre_compile.c cc += PRIV(OP_lengths)[OP_CLASS]; PRIV 1929 ext/pcre/pcrelib/pcre_compile.c cc += PRIV(OP_lengths)[OP_CLASS]; PRIV 2068 ext/pcre/pcrelib/pcre_compile.c PRIV(find_bracket)(const pcre_uchar *code, BOOL utf, int number) PRIV 2087 ext/pcre/pcrelib/pcre_compile.c code += PRIV(OP_lengths)[c]; PRIV 2097 ext/pcre/pcrelib/pcre_compile.c code += PRIV(OP_lengths)[c]; PRIV 2142 ext/pcre/pcrelib/pcre_compile.c code += PRIV(OP_lengths)[c]; PRIV 2262 ext/pcre/pcrelib/pcre_compile.c code += PRIV(OP_lengths)[c]; PRIV 2365 ext/pcre/pcrelib/pcre_compile.c for (code = first_significant_code(code + PRIV(OP_lengths)[*code], TRUE); PRIV 2367 ext/pcre/pcrelib/pcre_compile.c code = first_significant_code(code + PRIV(OP_lengths)[c], TRUE)) PRIV 2428 ext/pcre/pcrelib/pcre_compile.c code += PRIV(OP_lengths)[c]; PRIV 2496 ext/pcre/pcrelib/pcre_compile.c ccode = code + PRIV(OP_lengths)[OP_CLASS]; PRIV 2993 ext/pcre/pcrelib/pcre_compile.c return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; PRIV 3004 ext/pcre/pcrelib/pcre_compile.c return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || PRIV 3005 ext/pcre/pcrelib/pcre_compile.c PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; PRIV 3008 ext/pcre/pcrelib/pcre_compile.c return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z || PRIV 3013 ext/pcre/pcrelib/pcre_compile.c return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z || PRIV 3019 ext/pcre/pcrelib/pcre_compile.c return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || PRIV 3020 ext/pcre/pcrelib/pcre_compile.c PRIV(ucp_gentype)[prop->chartype] == ucp_N || PRIV 3025 ext/pcre/pcrelib/pcre_compile.c p = PRIV(ucd_caseless_sets) + prop->caseset; PRIV 3475 ext/pcre/pcrelib/pcre_compile.c PRIV(ucd_caseless_sets) + rc, oc); PRIV 3542 ext/pcre/pcrelib/pcre_compile.c uchardata += PRIV(ord2utf)(start, uchardata); PRIV 3543 ext/pcre/pcrelib/pcre_compile.c uchardata += PRIV(ord2utf)(end, uchardata); PRIV 3548 ext/pcre/pcrelib/pcre_compile.c uchardata += PRIV(ord2utf)(start, uchardata); PRIV 4364 ext/pcre/pcrelib/pcre_compile.c PRIV(hspace_list), NOTACHAR); PRIV 4369 ext/pcre/pcrelib/pcre_compile.c cd, PRIV(hspace_list)); PRIV 4374 ext/pcre/pcrelib/pcre_compile.c PRIV(vspace_list), NOTACHAR); PRIV 4379 ext/pcre/pcrelib/pcre_compile.c cd, PRIV(vspace_list)); PRIV 4580 ext/pcre/pcrelib/pcre_compile.c code += PRIV(ord2utf)(c, code); PRIV 4596 ext/pcre/pcrelib/pcre_compile.c mclength = PRIV(ord2utf)(c, mcbuffer); PRIV 5511 ext/pcre/pcrelib/pcre_compile.c tempcode += PRIV(OP_lengths)[*tempcode] + PRIV 5517 ext/pcre/pcrelib/pcre_compile.c tempcode += PRIV(OP_lengths)[*tempcode]; PRIV 6366 ext/pcre/pcrelib/pcre_compile.c called = PRIV(find_bracket)(cd->start_code, utf, recno); PRIV 6941 ext/pcre/pcrelib/pcre_compile.c mclength = PRIV(ord2utf)(c, mcbuffer); PRIV 7438 ext/pcre/pcrelib/pcre_compile.c code + PRIV(OP_lengths)[*code], FALSE); PRIV 7528 ext/pcre/pcrelib/pcre_compile.c code + PRIV(OP_lengths)[*code], FALSE); PRIV 7539 ext/pcre/pcrelib/pcre_compile.c if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; PRIV 7829 ext/pcre/pcrelib/pcre_compile.c if (tables == NULL) tables = PRIV(default_tables); PRIV 7909 ext/pcre/pcrelib/pcre_compile.c (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) PRIV 8079 ext/pcre/pcrelib/pcre_compile.c re->tables = (tables == PRIV(default_tables))? NULL : tables; PRIV 8162 ext/pcre/pcrelib/pcre_compile.c groupptr = PRIV(find_bracket)(codestart, utf, recno); PRIV 8197 ext/pcre/pcrelib/pcre_compile.c for (cc = (pcre_uchar *)PRIV(find_bracket)(codestart, utf, -1); PRIV 8199 ext/pcre/pcrelib/pcre_compile.c cc = (pcre_uchar *)PRIV(find_bracket)(cc, utf, -1)) PRIV 138 ext/pcre/pcrelib/pcre_config.c *((const char **)where) = PRIV(jit_get_target)(); PRIV 204 ext/pcre/pcrelib/pcre_exec.c const pcre_uint32 *pp = PRIV(ucd_caseless_sets) + ur->caseset; PRIV 743 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, PRIV 769 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, PRIV 780 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, PRIV 788 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, PRIV 798 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, PRIV 812 ext/pcre/pcrelib/pcre_exec.c ecode += PRIV(OP_lengths)[*ecode] + ecode[1]; PRIV 815 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, PRIV 833 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, PRIV 842 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, PRIV 973 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, PRIV 1062 ext/pcre/pcrelib/pcre_exec.c ecode += PRIV(OP_lengths)[*ecode]; PRIV 1069 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, eptrb, PRIV 1153 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, PRIV 1225 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, PRIV 1300 ext/pcre/pcrelib/pcre_exec.c ecode += PRIV(OP_lengths)[OP_CALLOUT]; PRIV 1796 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, callpat + PRIV(OP_lengths)[*callpat], offset_top, PRIV 2552 ext/pcre/pcrelib/pcre_exec.c if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) PRIV 2569 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || PRIV 2570 ext/pcre/pcrelib/pcre_exec.c PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) PRIV 2575 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || PRIV 2582 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || PRIV 2590 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || PRIV 2591 ext/pcre/pcrelib/pcre_exec.c PRIV(ucp_gentype)[prop->chartype] == ucp_N || PRIV 2597 ext/pcre/pcrelib/pcre_exec.c cp = PRIV(ucd_caseless_sets) + ecode[2]; PRIV 2636 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; PRIV 3073 ext/pcre/pcrelib/pcre_exec.c if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); PRIV 3097 ext/pcre/pcrelib/pcre_exec.c if (!PRIV(xclass)(c, data, utf)) RRETURN(MATCH_NOMATCH); PRIV 3120 ext/pcre/pcrelib/pcre_exec.c if (!PRIV(xclass)(c, data, utf)) break; PRIV 3318 ext/pcre/pcrelib/pcre_exec.c oclength = PRIV(ord2utf)(othercase, occhars); PRIV 4217 ext/pcre/pcrelib/pcre_exec.c cp = PRIV(ucd_caseless_sets) + prop_value; PRIV 4257 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; PRIV 4968 ext/pcre/pcrelib/pcre_exec.c cp = PRIV(ucd_caseless_sets) + prop_value; PRIV 5010 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; PRIV 5460 ext/pcre/pcrelib/pcre_exec.c cp = PRIV(ucd_caseless_sets) + prop_value; PRIV 5511 ext/pcre/pcrelib/pcre_exec.c if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; PRIV 6328 ext/pcre/pcrelib/pcre_exec.c int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); PRIV 6367 ext/pcre/pcrelib/pcre_exec.c rc = PRIV(jit_exec)(extra_data, (const pcre_uchar *)subject, length, PRIV 6414 ext/pcre/pcrelib/pcre_exec.c if (tables == NULL) tables = PRIV(default_tables); PRIV 123 ext/pcre/pcrelib/pcre_fullinfo.c PRIV(jit_get_size)(extra_data->executable_jit) : 0; PRIV 203 ext/pcre/pcrelib/pcre_fullinfo.c *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables)); PRIV 309 ext/pcre/pcrelib/pcre_internal.h PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \ PRIV 323 ext/pcre/pcrelib/pcre_internal.h PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \ PRIV 686 ext/pcre/pcrelib/pcre_internal.h #define GET_EXTRALEN(c) (PRIV(utf8_table4)[(c) & 0x3f]) PRIV 2571 ext/pcre/pcrelib/pcre_internal.h #ifndef PRIV PRIV 2578 ext/pcre/pcrelib/pcre_internal.h #ifndef PRIV PRIV 2585 ext/pcre/pcrelib/pcre_internal.h #ifndef PRIV PRIV 2610 ext/pcre/pcrelib/pcre_internal.h extern const int PRIV(utf8_table1)[]; PRIV 2611 ext/pcre/pcrelib/pcre_internal.h extern const int PRIV(utf8_table1_size); PRIV 2612 ext/pcre/pcrelib/pcre_internal.h extern const int PRIV(utf8_table2)[]; PRIV 2613 ext/pcre/pcrelib/pcre_internal.h extern const int PRIV(utf8_table3)[]; PRIV 2614 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint8 PRIV(utf8_table4)[]; PRIV 2617 ext/pcre/pcrelib/pcre_internal.h extern const char PRIV(utt_names)[]; PRIV 2618 ext/pcre/pcrelib/pcre_internal.h extern const ucp_type_table PRIV(utt)[]; PRIV 2619 ext/pcre/pcrelib/pcre_internal.h extern const int PRIV(utt_size); PRIV 2621 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint8 PRIV(OP_lengths)[]; PRIV 2622 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint8 PRIV(default_tables)[]; PRIV 2624 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint32 PRIV(hspace_list)[]; PRIV 2625 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint32 PRIV(vspace_list)[]; PRIV 2647 ext/pcre/pcrelib/pcre_internal.h extern int PRIV(strcmp_uc_uc)(const pcre_uchar *, PRIV 2649 ext/pcre/pcrelib/pcre_internal.h extern int PRIV(strcmp_uc_c8)(const pcre_uchar *, PRIV 2651 ext/pcre/pcrelib/pcre_internal.h extern int PRIV(strncmp_uc_uc)(const pcre_uchar *, PRIV 2653 ext/pcre/pcrelib/pcre_internal.h extern int PRIV(strncmp_uc_c8)(const pcre_uchar *, PRIV 2655 ext/pcre/pcrelib/pcre_internal.h extern unsigned int PRIV(strlen_uc)(const pcre_uchar *str); PRIV 2658 ext/pcre/pcrelib/pcre_internal.h PRIV(strcmp_uc_uc)((str1), (str2)) PRIV 2660 ext/pcre/pcrelib/pcre_internal.h PRIV(strcmp_uc_c8)((str1), (str2)) PRIV 2662 ext/pcre/pcrelib/pcre_internal.h PRIV(strncmp_uc_uc)((str1), (str2), (num)) PRIV 2664 ext/pcre/pcrelib/pcre_internal.h PRIV(strncmp_uc_c8)((str1), (str2), (num)) PRIV 2665 ext/pcre/pcrelib/pcre_internal.h #define STRLEN_UC(str) PRIV(strlen_uc)(str) PRIV 2676 ext/pcre/pcrelib/pcre_internal.h extern int PRIV(strcmp_uc_uc_utf)(const pcre_uchar *, PRIV 2678 ext/pcre/pcrelib/pcre_internal.h extern int PRIV(strcmp_uc_c8_utf)(const pcre_uchar *, PRIV 2682 ext/pcre/pcrelib/pcre_internal.h (utf ? PRIV(strcmp_uc_uc_utf)((str1), (str2)) : PRIV(strcmp_uc_uc)((str1), (str2))) PRIV 2684 ext/pcre/pcrelib/pcre_internal.h (utf ? PRIV(strcmp_uc_c8_utf)((str1), (str2)) : PRIV(strcmp_uc_c8)((str1), (str2))) PRIV 2688 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uchar *PRIV(find_bracket)(const pcre_uchar *, BOOL, int); PRIV 2689 ext/pcre/pcrelib/pcre_internal.h extern BOOL PRIV(is_newline)(PCRE_PUCHAR, int, PCRE_PUCHAR, PRIV 2691 ext/pcre/pcrelib/pcre_internal.h extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *); PRIV 2692 ext/pcre/pcrelib/pcre_internal.h extern int PRIV(valid_utf)(PCRE_PUCHAR, int, int *); PRIV 2693 ext/pcre/pcrelib/pcre_internal.h extern BOOL PRIV(was_newline)(PCRE_PUCHAR, int, PCRE_PUCHAR, PRIV 2695 ext/pcre/pcrelib/pcre_internal.h extern BOOL PRIV(xclass)(pcre_uint32, const pcre_uchar *, BOOL); PRIV 2698 ext/pcre/pcrelib/pcre_internal.h extern void PRIV(jit_compile)(const REAL_PCRE *, PRIV 2700 ext/pcre/pcrelib/pcre_internal.h extern int PRIV(jit_exec)(const PUBL(extra) *, PRIV 2702 ext/pcre/pcrelib/pcre_internal.h extern void PRIV(jit_free)(void *); PRIV 2703 ext/pcre/pcrelib/pcre_internal.h extern int PRIV(jit_get_size)(void *); PRIV 2704 ext/pcre/pcrelib/pcre_internal.h extern const char* PRIV(jit_get_target)(void); PRIV 2717 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint32 PRIV(ucd_caseless_sets)[]; PRIV 2718 ext/pcre/pcrelib/pcre_internal.h extern const ucd_record PRIV(ucd_records)[]; PRIV 2719 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint8 PRIV(ucd_stage1)[]; PRIV 2720 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint16 PRIV(ucd_stage2)[]; PRIV 2721 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint32 PRIV(ucp_gentype)[]; PRIV 2722 ext/pcre/pcrelib/pcre_internal.h extern const pcre_uint32 PRIV(ucp_gbtable)[]; PRIV 2724 ext/pcre/pcrelib/pcre_internal.h extern const int PRIV(ucp_typerange)[]; PRIV 2731 ext/pcre/pcrelib/pcre_internal.h #define GET_UCD(ch) (PRIV(ucd_records) + \ PRIV 2732 ext/pcre/pcrelib/pcre_internal.h PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \ PRIV 2737 ext/pcre/pcrelib/pcre_internal.h #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] PRIV 76 ext/pcre/pcrelib/pcre_newline.c PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, PRIV 151 ext/pcre/pcrelib/pcre_newline.c PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, PRIV 68 ext/pcre/pcrelib/pcre_ord2utf8.c PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) PRIV 74 ext/pcre/pcrelib/pcre_ord2utf8.c for (i = 0; i < PRIV(utf8_table1_size); i++) PRIV 75 ext/pcre/pcrelib/pcre_ord2utf8.c if ((int)cvalue <= PRIV(utf8_table1)[i]) break; PRIV 82 ext/pcre/pcrelib/pcre_ord2utf8.c *buffer = PRIV(utf8_table2)[i] | cvalue; PRIV 193 ext/pcre/pcrelib/pcre_study.c cc += PRIV(OP_lengths)[*cc]; PRIV 202 ext/pcre/pcrelib/pcre_study.c cc += PRIV(OP_lengths)[*cc]; PRIV 313 ext/pcre/pcrelib/pcre_study.c cc += PRIV(OP_lengths)[op]; PRIV 321 ext/pcre/pcrelib/pcre_study.c cc += PRIV(OP_lengths)[op]; PRIV 335 ext/pcre/pcrelib/pcre_study.c cc += PRIV(OP_lengths)[OP_CLASS]; PRIV 337 ext/pcre/pcrelib/pcre_study.c cc += PRIV(OP_lengths)[OP_CLASS]; PRIV 382 ext/pcre/pcrelib/pcre_study.c ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); PRIV 492 ext/pcre/pcrelib/pcre_study.c cc += PRIV(OP_lengths)[op]; PRIV 504 ext/pcre/pcrelib/pcre_study.c cc += PRIV(OP_lengths)[op] + cc[1]; PRIV 516 ext/pcre/pcrelib/pcre_study.c cc += PRIV(OP_lengths)[op]; PRIV 568 ext/pcre/pcrelib/pcre_study.c (void)PRIV(ord2utf)(c, buff); PRIV 651 ext/pcre/pcrelib/pcre_study.c (void)PRIV(ord2utf)(c, buff); PRIV 1506 ext/pcre/pcrelib/pcre_study.c PRIV(jit_compile)(re, extra, JIT_COMPILE); PRIV 1508 ext/pcre/pcrelib/pcre_study.c PRIV(jit_compile)(re, extra, JIT_PARTIAL_SOFT_COMPILE); PRIV 1510 ext/pcre/pcrelib/pcre_study.c PRIV(jit_compile)(re, extra, JIT_PARTIAL_HARD_COMPILE); PRIV 1557 ext/pcre/pcrelib/pcre_study.c PRIV(jit_free)(extra->executable_jit); PRIV 59 ext/pcre/pcrelib/pcre_tables.c const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS }; PRIV 64 ext/pcre/pcrelib/pcre_tables.c const pcre_uint32 PRIV(hspace_list)[] = { HSPACE_LIST }; PRIV 65 ext/pcre/pcrelib/pcre_tables.c const pcre_uint32 PRIV(vspace_list)[] = { VSPACE_LIST }; PRIV 81 ext/pcre/pcrelib/pcre_tables.c const int PRIV(utf8_table1)[] = PRIV 84 ext/pcre/pcrelib/pcre_tables.c const int PRIV(utf8_table1_size) = sizeof(PRIV(utf8_table1)) / sizeof(int); PRIV 89 ext/pcre/pcrelib/pcre_tables.c const int PRIV(utf8_table2)[] = { 0, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc}; PRIV 90 ext/pcre/pcrelib/pcre_tables.c const int PRIV(utf8_table3)[] = { 0xff, 0x1f, 0x0f, 0x07, 0x03, 0x01}; PRIV 95 ext/pcre/pcrelib/pcre_tables.c const pcre_uint8 PRIV(utf8_table4)[] = { PRIV 107 ext/pcre/pcrelib/pcre_tables.c const pcre_uint32 PRIV(ucp_gentype)[] = { PRIV 152 ext/pcre/pcrelib/pcre_tables.c const pcre_uint32 PRIV(ucp_gbtable[]) = { PRIV 182 ext/pcre/pcrelib/pcre_tables.c const int PRIV(ucp_typerange)[] = { PRIV 356 ext/pcre/pcrelib/pcre_tables.c const char PRIV(utt_names)[] = PRIV 503 ext/pcre/pcrelib/pcre_tables.c const ucp_type_table PRIV(utt)[] = { PRIV 651 ext/pcre/pcrelib/pcre_tables.c const int PRIV(utt_size) = sizeof(PRIV(utt)) / sizeof(ucp_type_table); PRIV 35 ext/pcre/pcrelib/pcre_ucd.c const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0 }}; PRIV 36 ext/pcre/pcrelib/pcre_ucd.c const pcre_uint8 PRIV(ucd_stage1)[] = {0}; PRIV 37 ext/pcre/pcrelib/pcre_ucd.c const pcre_uint16 PRIV(ucd_stage2)[] = {0}; PRIV 38 ext/pcre/pcrelib/pcre_ucd.c const pcre_uint32 PRIV(ucd_caseless_sets)[] = {0}; PRIV 55 ext/pcre/pcrelib/pcre_ucd.c const pcre_uint32 PRIV(ucd_caseless_sets)[] = { PRIV 82 ext/pcre/pcrelib/pcre_ucd.c const ucd_record PRIV(ucd_records)[] = { /* 5024 bytes, record size 8 */ PRIV 713 ext/pcre/pcrelib/pcre_ucd.c const pcre_uint8 PRIV(ucd_stage1)[] = { /* 8704 bytes */ PRIV 1260 ext/pcre/pcrelib/pcre_ucd.c const pcre_uint16 PRIV(ucd_stage2)[] = { /* 51968 bytes, block = 128 */ PRIV 107 ext/pcre/pcrelib/pcre_valid_utf8.c PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) PRIV 138 ext/pcre/pcrelib/pcre_valid_utf8.c ab = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */ PRIV 67 ext/pcre/pcrelib/pcre_xclass.c PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) PRIV 144 ext/pcre/pcrelib/pcre_xclass.c if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP)) PRIV 157 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || PRIV 158 ext/pcre/pcrelib/pcre_xclass.c PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP)) PRIV 163 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || PRIV 170 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || PRIV 177 ext/pcre/pcrelib/pcre_xclass.c if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || PRIV 178 ext/pcre/pcrelib/pcre_xclass.c PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE)