pcre_uint8        251 pcre/pcrelib/pcre_compile.c static const pcre_uint8 posix_name_lengths[] = {
pcre_uint8        522 pcre/pcrelib/pcre_compile.c static const pcre_uint8 digitab[] =
pcre_uint8        561 pcre/pcrelib/pcre_compile.c static const pcre_uint8 digitab[] =
pcre_uint8        596 pcre/pcrelib/pcre_compile.c static const pcre_uint8 ebcdic_chartab[] = { /* chartable partial dup */
pcre_uint8       3457 pcre/pcrelib/pcre_compile.c pcre_uint8 classbits[32];
pcre_uint8       3830 pcre/pcrelib/pcre_compile.c     memset(classbits, 0, 32 * sizeof(pcre_uint8));
pcre_uint8       3891 pcre/pcrelib/pcre_compile.c         register const pcre_uint8 *cbits = cd->cbits;
pcre_uint8       3892 pcre/pcrelib/pcre_compile.c         pcre_uint8 pbits[32];
pcre_uint8       3947 pcre/pcrelib/pcre_compile.c           32 * sizeof(pcre_uint8));
pcre_uint8       4018 pcre/pcrelib/pcre_compile.c           register const pcre_uint8 *cbits = cd->cbits;
pcre_uint8       2826 pcre/pcrelib/pcre_exec.c #define BYTE_MAP ((pcre_uint8 *)data)
pcre_uint8       6364 pcre/pcrelib/pcre_exec.c const pcre_uint8 *tables;
pcre_uint8       6365 pcre/pcrelib/pcre_exec.c const pcre_uint8 *start_bits = NULL;
pcre_uint8        141 pcre/pcrelib/pcre_fullinfo.c   *((const pcre_uint8 **)where) =
pcre_uint8        176 pcre/pcrelib/pcre_fullinfo.c   *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables));
pcre_uint8       1993 pcre/pcrelib/pcre_internal.h   const pcre_uint8 *tables;       /* Pointer to tables or NULL for std */
pcre_uint8       1994 pcre/pcrelib/pcre_internal.h   const pcre_uint8 *nullpad;      /* NULL padding */
pcre_uint8       2003 pcre/pcrelib/pcre_internal.h   pcre_uint8 start_bits[32];      /* Starting char bits */
pcre_uint8       2022 pcre/pcrelib/pcre_internal.h   const pcre_uint8 *lcc;            /* Points to lower casing table */
pcre_uint8       2023 pcre/pcrelib/pcre_internal.h   const pcre_uint8 *fcc;            /* Points to case-flipping table */
pcre_uint8       2024 pcre/pcrelib/pcre_internal.h   const pcre_uint8 *cbits;          /* Points to character type table */
pcre_uint8       2025 pcre/pcrelib/pcre_internal.h   const pcre_uint8 *ctypes;         /* Points to table of type maps */
pcre_uint8       2106 pcre/pcrelib/pcre_internal.h   const  pcre_uint8 *lcc;         /* Points to lower casing table */
pcre_uint8       2107 pcre/pcrelib/pcre_internal.h   const  pcre_uint8 *fcc;         /* Points to case-flipping table */
pcre_uint8       2108 pcre/pcrelib/pcre_internal.h   const  pcre_uint8 *ctypes;      /* Points to table of type maps */
pcre_uint8       2153 pcre/pcrelib/pcre_internal.h   const pcre_uint8 *tables;         /* Character tables */
pcre_uint8       2242 pcre/pcrelib/pcre_internal.h extern const pcre_uint8     PRIV(utf8_table4)[];
pcre_uint8       2250 pcre/pcrelib/pcre_internal.h extern const pcre_uint8     PRIV(default_tables)[];
pcre_uint8       2252 pcre/pcrelib/pcre_internal.h extern const pcre_uint8     PRIV(OP_lengths)[];
pcre_uint8       2318 pcre/pcrelib/pcre_internal.h   pcre_uint8 script;
pcre_uint8       2319 pcre/pcrelib/pcre_internal.h   pcre_uint8 chartype;
pcre_uint8       2324 pcre/pcrelib/pcre_internal.h extern const pcre_uint8  PRIV(ucd_stage1)[];
pcre_uint8       1224 pcre/pcrelib/pcre_study.c         pcre_uint8 *map;
pcre_uint8       1226 pcre/pcrelib/pcre_study.c         map = (pcre_uint8 *)tcode;
pcre_uint8       1323 pcre/pcrelib/pcre_study.c pcre_uint8 start_bits[32];
pcre_uint8       1326 pcre/pcrelib/pcre_study.c const pcre_uint8 *tables;
pcre_uint8       1388 pcre/pcrelib/pcre_study.c   memset(start_bits, 0, 32 * sizeof(pcre_uint8));
pcre_uint8       1448 pcre/pcrelib/pcre_study.c   else memset(study->start_bits, 0, 32 * sizeof(pcre_uint8));
pcre_uint8       1453 pcre/pcrelib/pcre_study.c     pcre_uint8 *ptr = start_bits;
pcre_uint8         57 pcre/pcrelib/pcre_tables.c const pcre_uint8 PRIV(OP_lengths)[] = { OP_LENGTHS };
pcre_uint8         87 pcre/pcrelib/pcre_tables.c const pcre_uint8 PRIV(utf8_table4)[] = {
pcre_uint8         20 pcre/pcrelib/pcre_ucd.c const pcre_uint8 PRIV(ucd_stage1)[] = {0};
pcre_uint8        603 pcre/pcrelib/pcre_ucd.c const pcre_uint8 PRIV(ucd_stage1)[] = { /* 8704 bytes */
pcre_uint8         83 pcre/pcrelib/pcre_xclass.c     (((pcre_uint8 *)(data + 1))[c/8] & (1 << (c&7))) != 0)