cbit_length       159 ext/pcre/pcrelib/dftables.c for (i = 0; i < cbit_length; i++)
cbit_length       167 ext/pcre/pcrelib/dftables.c   if (i != cbit_length - 1) fprintf(f, ",");
cbit_length      2614 ext/pcre/pcrelib/pcre_internal.h #define ctypes_offset (cbits_offset + cbit_length)
cbit_length      3385 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_digit, FALSE))
cbit_length      3394 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space, FALSE))
cbit_length      3403 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, FALSE))
cbit_length      5325 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_digit, FALSE))
cbit_length      5339 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, FALSE))
cbit_length      5352 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FALSE))
cbit_length       111 ext/pcre/pcrelib/pcre_maketables.c memset(p, 0, cbit_length);
cbit_length       126 ext/pcre/pcrelib/pcre_maketables.c p += cbit_length;