start_bits 6378 ext/pcre/pcrelib/pcre_exec.c const pcre_uint8 *start_bits = NULL; start_bits 6716 ext/pcre/pcrelib/pcre_exec.c start_bits = study->start_bits; start_bits 6829 ext/pcre/pcrelib/pcre_exec.c else if (start_bits != NULL) start_bits 6837 ext/pcre/pcrelib/pcre_exec.c if ((start_bits[c/8] & (1 << (c&7))) != 0) break; start_bits 160 ext/pcre/pcrelib/pcre_fullinfo.c ((const pcre_study_data *)extra_data->study_data)->start_bits : NULL; start_bits 2402 ext/pcre/pcrelib/pcre_internal.h pcre_uint8 start_bits[32]; /* Starting char bits */ start_bits 3964 ext/pcre/pcrelib/pcre_jit_compile.c static SLJIT_INLINE void fast_forward_start_bits(compiler_common *common, pcre_uint8 *start_bits, BOOL firstline) start_bits 3990 ext/pcre/pcrelib/pcre_jit_compile.c if (!check_class_ranges(common, start_bits, (start_bits[31] & 0x80) != 0, TRUE, &matches)) start_bits 3999 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)start_bits); start_bits 10062 ext/pcre/pcrelib/pcre_jit_compile.c fast_forward_start_bits(common, study->start_bits, (re->options & PCRE_FIRSTLINE) != 0); start_bits 51 ext/pcre/pcrelib/pcre_study.c #define SET_BIT(c) start_bits[c/8] |= (1 << (c&7)) start_bits 635 ext/pcre/pcrelib/pcre_study.c set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, start_bits 723 ext/pcre/pcrelib/pcre_study.c set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, start_bits 727 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type]; start_bits 765 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, start_bits 769 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type]; start_bits 771 ext/pcre/pcrelib/pcre_study.c if (table_limit != 32) for (c = 24; c < 32; c++) start_bits[c] = 0xff; start_bits 802 ext/pcre/pcrelib/pcre_study.c set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, start_bits 973 ext/pcre/pcrelib/pcre_study.c rc = set_start_bits(tcode, start_bits, utf, cd); start_bits 1020 ext/pcre/pcrelib/pcre_study.c rc = set_start_bits(++tcode, start_bits, utf, cd); start_bits 1047 ext/pcre/pcrelib/pcre_study.c tcode = set_table_bit(start_bits, tcode + 1, FALSE, cd, utf); start_bits 1056 ext/pcre/pcrelib/pcre_study.c tcode = set_table_bit(start_bits, tcode + 1, TRUE, cd, utf); start_bits 1064 ext/pcre/pcrelib/pcre_study.c tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, FALSE, cd, utf); start_bits 1070 ext/pcre/pcrelib/pcre_study.c tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, TRUE, cd, utf); start_bits 1082 ext/pcre/pcrelib/pcre_study.c (void)set_table_bit(start_bits, tcode + 1, FALSE, cd, utf); start_bits 1093 ext/pcre/pcrelib/pcre_study.c (void)set_table_bit(start_bits, tcode + 1, TRUE, cd, utf); start_bits 1166 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(start_bits, cbit_digit, table_limit, cd); start_bits 1171 ext/pcre/pcrelib/pcre_study.c set_type_bits(start_bits, cbit_digit, table_limit, cd); start_bits 1180 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(start_bits, cbit_space, table_limit, cd); start_bits 1185 ext/pcre/pcrelib/pcre_study.c set_type_bits(start_bits, cbit_space, table_limit, cd); start_bits 1190 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(start_bits, cbit_word, table_limit, cd); start_bits 1195 ext/pcre/pcrelib/pcre_study.c set_type_bits(start_bits, cbit_word, table_limit, cd); start_bits 1279 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(start_bits, cbit_digit, table_limit, cd); start_bits 1283 ext/pcre/pcrelib/pcre_study.c set_type_bits(start_bits, cbit_digit, table_limit, cd); start_bits 1291 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(start_bits, cbit_space, table_limit, cd); start_bits 1295 ext/pcre/pcrelib/pcre_study.c set_type_bits(start_bits, cbit_space, table_limit, cd); start_bits 1299 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(start_bits, cbit_word, table_limit, cd); start_bits 1303 ext/pcre/pcrelib/pcre_study.c set_type_bits(start_bits, cbit_word, table_limit, cd); start_bits 1330 ext/pcre/pcrelib/pcre_study.c start_bits[24] |= 0xf0; /* Bits for 0xc4 - 0xc8 */ start_bits 1331 ext/pcre/pcrelib/pcre_study.c memset(start_bits+25, 0xff, 7); /* Bits for 0xc9 - 0xff */ start_bits 1371 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < 16; c++) start_bits[c] |= map[c]; start_bits 1377 ext/pcre/pcrelib/pcre_study.c start_bits[d/8] |= (1 << (d&7)); /* and then skip on to the */ start_bits 1386 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < 32; c++) start_bits[c] |= map[c]; start_bits 1464 ext/pcre/pcrelib/pcre_study.c pcre_uint8 start_bits[32]; start_bits 1536 ext/pcre/pcrelib/pcre_study.c memset(start_bits, 0, 32 * sizeof(pcre_uint8)); start_bits 1537 ext/pcre/pcrelib/pcre_study.c rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0, start_bits 1594 ext/pcre/pcrelib/pcre_study.c memcpy(study->start_bits, start_bits, sizeof(start_bits)); start_bits 1596 ext/pcre/pcrelib/pcre_study.c else memset(study->start_bits, 0, 32 * sizeof(pcre_uint8)); start_bits 1601 ext/pcre/pcrelib/pcre_study.c pcre_uint8 *ptr = start_bits;