cbit_type 723 ext/pcre/pcrelib/pcre_study.c set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, cbit_type 727 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type]; cbit_type 765 ext/pcre/pcrelib/pcre_study.c set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, cbit_type 769 ext/pcre/pcrelib/pcre_study.c for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];