Home
last modified time | relevance | path

Searched refs:cbit_length (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_maketables.c113 memset(p, 0, cbit_length); in pcre_maketables()
128 p += cbit_length; in pcre_maketables()
H A Ddftables.c161 for (i = 0; i < cbit_length; i++) in main()
169 if (i != cbit_length - 1) fprintf(f, ","); in main()
H A Dpcre_internal.h2610 #define cbit_length 320 /* Length of the cbits table */ macro
2618 #define ctypes_offset (cbits_offset + cbit_length)
H A Dpcre_jit_compile.c3385 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_digit,… in scan_prefix()
3394 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space,… in scan_prefix()
3403 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, … in scan_prefix()
5325 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_digit, F… in compile_char1_matchingpath()
5339 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, F… in compile_char1_matchingpath()
5352 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FA… in compile_char1_matchingpath()

Completed in 52 milliseconds