Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c704 static const uint8_t posix_name_lengths[] = { variable
2232 while (posix_name_lengths[yield] != 0) in check_posix_name()
2234 if (len == posix_name_lengths[yield] && in check_posix_name()
2236 pn += posix_name_lengths[yield] + 1; in check_posix_name()

Completed in 24 milliseconds