Home
last modified time | relevance | path

Searched refs:cbit_word (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_maketables.c119 if (isalnum(i)) p[cbit_word + i/8] |= 1 << (i&7); in pcre_maketables()
120 if (i == '_') p[cbit_word + i/8] |= 1 << (i&7); in pcre_maketables()
H A Dpcre_study.c1184 set_nottype_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
1189 set_type_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
1293 set_nottype_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
1297 set_type_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
H A Dpcre_compile.c308 cbit_word, cbit_digit, -2, /* alpha */
311 cbit_word, -1, 2, /* alnum - word without underscore */
320 cbit_word, -1, 0, /* word - a Perl extension */
3308 set2 = (pcre_uint8 *)(cd->cbits + cbit_word); in compare_opcodes()
5152 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word]; in compile_branch()
5157 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word]; in compile_branch()
H A Dpcre_internal.h2596 #define cbit_word 160 /* [:word:] or \w */ macro
H A Dpcre_jit_compile.c3374 …mmon->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, FALSE)) in scan_prefix()
5315 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FA… in compile_char1_matchingpath()

Completed in 60 milliseconds