Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5782 int taboffset, tabopt; in compile_branch() local
5853 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
5856 if (taboffset >= 0) in compile_branch()
5859 for (int i = 0; i < 32; i++) pbits[i] |= cbits[(int)i + taboffset]; in compile_branch()
5861 for (int i = 0; i < 32; i++) pbits[i] &= ~cbits[(int)i + taboffset]; in compile_branch()

Completed in 23 milliseconds