Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c5720 int *optset; in compile_branch() local
6430 optset = &set; in compile_branch()
6436 case CHAR_MINUS: optset = &unset; break; in compile_branch()
6439 *optset |= PCRE_DUPNAMES; in compile_branch()
6443 case CHAR_i: *optset |= PCRE_CASELESS; break; in compile_branch()
6444 case CHAR_m: *optset |= PCRE_MULTILINE; break; in compile_branch()
6445 case CHAR_s: *optset |= PCRE_DOTALL; break; in compile_branch()
6446 case CHAR_x: *optset |= PCRE_EXTENDED; break; in compile_branch()
6447 case CHAR_U: *optset |= PCRE_UNGREEDY; break; in compile_branch()
6448 case CHAR_X: *optset |= PCRE_EXTRA; break; in compile_branch()

Completed in 17 milliseconds