Home
last modified time | relevance | path

Searched refs:classbits (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c4253 SETBIT(classbits, cd->fcc[c]); in add_to_class()
4281 SETBIT(classbits, c); in add_to_class()
4411 n8 += add_to_class(classbits, uchardptr, options, cd, p[0] + 1, in add_not_list_to_class()
4483 pcre_uint8 classbits[32]; in compile_branch() local
4917 memset(classbits, 0, 32 * sizeof(pcre_uint8)); in compile_branch()
5108 for (c = 0; c < 32; c++) classbits[c] |= ~pbits[c]; in compile_branch()
5110 for (c = 0; c < 32; c++) classbits[c] |= pbits[c]; in compile_branch()
5556 for (c = 0; c < 32; c++) classbits[c] = ~classbits[c]; in compile_branch()
5557 memcpy(code, classbits, 32); in compile_branch()
5585 for (c = 0; c < 32; c++) classbits[c] = ~classbits[c]; in compile_branch()
[all …]
H A DChangeLog4369 11. Renamed the variable "class" as "classbits" to make life easier for C++

Completed in 33 milliseconds