Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c6689 int *optset; in compile_branch() local
7560 optset = &set; in compile_branch()
7566 case CHAR_MINUS: optset = &unset; break; in compile_branch()
7569 *optset |= PCRE_DUPNAMES; in compile_branch()
7573 case CHAR_i: *optset |= PCRE_CASELESS; break; in compile_branch()
7574 case CHAR_m: *optset |= PCRE_MULTILINE; break; in compile_branch()
7575 case CHAR_s: *optset |= PCRE_DOTALL; break; in compile_branch()
7576 case CHAR_x: *optset |= PCRE_EXTENDED; break; in compile_branch()
7577 case CHAR_U: *optset |= PCRE_UNGREEDY; break; in compile_branch()
7578 case CHAR_X: *optset |= PCRE_EXTRA; break; in compile_branch()

Completed in 35 milliseconds