Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposix.c134 regcomp(regex_t* reg, const char* pattern, int posix_options) in regcomp() argument
140 if ((posix_options & REG_EXTENDED) == 0) in regcomp()
144 if ((posix_options & REG_ICASE) != 0) in regcomp()
146 if ((posix_options & REG_NEWLINE) != 0) { in regcomp()
151 reg->comp_options = posix_options; in regcomp()
167 regmatch_t pmatch[], int posix_options) in regexec() argument
175 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()
176 if ((posix_options & REG_NOTEOL) != 0) options |= ONIG_OPTION_NOTEOL; in regexec()

Completed in 11 milliseconds