Home
last modified time | relevance | path

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

/PHP-5.5/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 */
3320 set2 = (pcre_uint8 *)(cd->cbits + cbit_space); in compare_opcodes()
5202 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_space]; in compile_branch()
5207 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_space]; in compile_branch()
H A Dpcre_internal.h2600 #define cbit_space 0 /* [:space:] or \s */ macro
H A Dpcre_jit_compile.c3394 …mon->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space, FALSE)) in scan_prefix()
5339 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, F… in compile_char1_matchingpath()

Completed in 110 milliseconds