Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_maketables.c117 if (isalnum(i)) p[cbit_word + i/8] |= 1 << (i&7); in pcre_maketables()
118 if (i == '_') p[cbit_word + i/8] |= 1 << (i&7); in pcre_maketables()
H A Dpcre_study.c1188 set_nottype_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
1193 set_type_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
1297 set_nottype_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
1301 set_type_bits(start_bits, cbit_word, table_limit, cd); in set_start_bits()
H A Dpcre_compile.c312 cbit_word, cbit_digit, -2, /* alpha */
315 cbit_word, -1, 2, /* alnum - word without underscore */
324 cbit_word, -1, 0, /* word - a Perl extension */
3325 set2 = (pcre_uint8 *)(cd->cbits + cbit_word); in compare_opcodes()
5184 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word]; in compile_branch()
5189 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word]; in compile_branch()
H A Dpcre_internal.h2601 #define cbit_word 160 /* [:word:] or \w */ macro
H A Dpcre_jit_compile.c3403 …mmon->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, FALSE)) in scan_prefix()
5352 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FA… in compile_char1_matchingpath()

Completed in 68 milliseconds