Home
last modified time | relevance | path

Searched refs:tabopt (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
5089 tabopt = posix_class_maps[posix_class + 2]; in compile_branch()
5093 if (tabopt >= 0) in compile_branch()
5102 if (tabopt < 0) tabopt = -tabopt; in compile_branch()
5103 if (tabopt == 1) pbits[1] &= ~0x3c; in compile_branch()
5104 else if (tabopt == 2) pbits[11] &= 0x7f; in compile_branch()

Completed in 22 milliseconds