Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c124 if (isspace(i)) p[cbit_space + i/8] |= 1u << (i&7);
H A Dpcre2_study.c1344 set_nottype_bits(re, cbit_space, table_limit); in set_start_bits()
1349 set_type_bits(re, cbit_space, table_limit); in set_start_bits()
1472 set_nottype_bits(re, cbit_space, table_limit); in set_start_bits()
1476 set_type_bits(re, cbit_space, table_limit); in set_start_bits()
H A Dpcre2_auto_possess.c771 set2 = (uint8_t *)(cb->cbits + cbit_space); in compare_opcodes()
H A Dpcre2_internal.h564 #define cbit_space 0 /* [:space:] or \s */ macro
H A Dpcre2_compile.c727 cbit_space, -1, 1, /* blank - a GNU extension */
733 cbit_space, -1, 0, /* space */
5833 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_space]; in compile_branch()
5838 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_space]; in compile_branch()
H A Dpcre2_jit_compile.c5526 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, F… in scan_prefix()
8455 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_space, FAL… in compile_char1_matchingpath()

Completed in 91 milliseconds