Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4976 int posix_class, taboffset, tabopt; in compile_branch() local
5088 taboffset = posix_class_maps[posix_class + 1]; in compile_branch()
5091 if (taboffset >= 0) in compile_branch()
5094 for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset]; in compile_branch()
5096 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset]; in compile_branch()

Completed in 25 milliseconds