Home
last modified time | relevance | path

Searched refs:cbit_space (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c126 if (isspace(i)) p[cbit_space + i/8] |= 1u << (i&7);
H A Dpcre2_study.c1434 set_nottype_bits(re, cbit_space, table_limit); in set_start_bits()
1439 set_type_bits(re, cbit_space, table_limit); in set_start_bits()
1562 set_nottype_bits(re, cbit_space, table_limit); in set_start_bits()
1566 set_type_bits(re, cbit_space, table_limit); in set_start_bits()
H A Dpcre2_auto_possess.c795 set2 = (uint8_t *)(cb->cbits + cbit_space); in compare_opcodes()
H A Dpcre2_internal.h581 #define cbit_space 0 /* [:space:] or \s */ macro
H A Dpcre2_compile.c731 cbit_space, -1, 1, /* blank - a GNU extension */
737 cbit_space, -1, 0, /* space */
6203 for (int i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_space]; in compile_branch()
6209 classbits[i] |= (uint8_t)(~cbits[i+cbit_space]); in compile_branch()
H A Dpcre2_jit_compile.c5758 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, F… in scan_prefix()
8985 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_space, FAL… in compile_char1_matchingpath()

Completed in 72 milliseconds