Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_convert.c137 uint32_t posix_state = POSIX_START_REGEX; in convert_posix() local
180 if (posix_state >= POSIX_CLASS_NOT_STARTED) in convert_posix()
185 posix_state = POSIX_NOT_BRACKET; in convert_posix()
192 switch (posix_state) in convert_posix()
209 posix_state = POSIX_CLASS_STARTING; in convert_posix()
257 posix_state = POSIX_CLASS_NOT_STARTED; in convert_posix()
312 posix_state = POSIX_NOT_BRACKET; in convert_posix()
331 if (posix_state == POSIX_START_REGEX || in convert_posix()
334 posix_state = POSIX_ANCHORED; in convert_posix()
349 posix_state = POSIX_NOT_BRACKET; in convert_posix()
[all …]

Completed in 6 milliseconds