Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_maketables.c121 if (isspace(i)) p[cbit_space + i/8] |= 1 << (i&7); in pcre_maketables()
H A Dpcre_study.c1180 set_nottype_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits()
1185 set_type_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits()
1291 set_nottype_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits()
1295 set_type_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits()
H A Dpcre_compile.c319 cbit_space, -1, 1, /* blank - a GNU extension */
325 cbit_space, -1, 0, /* space */
3321 set2 = (pcre_uint8 *)(cd->cbits + cbit_space); in compare_opcodes()
5241 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_space]; in compile_branch()
5246 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_space]; in compile_branch()
H A Dpcre_internal.h2596 #define cbit_space 0 /* [:space:] or \s */ macro
H A Dpcre_jit_compile.c3629 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, F… in scan_prefix()
6277 …if (common->utf && is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, FA… in compile_char1_matchingpath()

Completed in 70 milliseconds