Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c747 static int posix_substitutes[] = { variable
763 #define POSIX_SUBSIZE (sizeof(posix_substitutes) / (2*sizeof(uint32_t)))
3703 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3704 int pvalue = posix_substitutes[2*posix_class + 1]; in parse_regex()

Completed in 26 milliseconds