Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregposix.c146 regcomp(regex_t* reg, const char* pattern, int posix_options) in regcomp() argument
154 if ((posix_options & REG_EXTENDED) == 0) in regcomp()
158 if ((posix_options & REG_ICASE) != 0) in regcomp()
160 if ((posix_options & REG_NEWLINE) != 0) { in regcomp()
165 reg->comp_options = posix_options; in regcomp()
181 regmatch_t pmatch[], int posix_options) in regexec() argument
189 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()
190 if ((posix_options & REG_NOTEOL) != 0) options |= ONIG_OPTION_NOTEOL; in regexec()

Completed in 5 milliseconds