Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_convert.c136 uint32_t posix_state = POSIX_START_REGEX; in convert_posix() local
179 if (posix_state >= POSIX_CLASS_NOT_STARTED) in convert_posix()
184 posix_state = POSIX_NOT_BRACKET; in convert_posix()
191 switch (posix_state) in convert_posix()
208 posix_state = POSIX_CLASS_STARTING; in convert_posix()
256 posix_state = POSIX_CLASS_NOT_STARTED; in convert_posix()
311 posix_state = POSIX_NOT_BRACKET; in convert_posix()
330 if (posix_state == POSIX_START_REGEX || in convert_posix()
333 posix_state = POSIX_ANCHORED; in convert_posix()
348 posix_state = POSIX_NOT_BRACKET; in convert_posix()
[all …]

Completed in 5 milliseconds