Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
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()
196 posix_state = POSIX_CLASS_NOT_STARTED; in convert_posix()
209 posix_state = POSIX_CLASS_STARTING; in convert_posix()
213 if (c == CHAR_COLON) posix_state = POSIX_CLASS_STARTED; in convert_posix()
257 posix_state = POSIX_CLASS_NOT_STARTED; in convert_posix()
312 posix_state = POSIX_NOT_BRACKET; in convert_posix()
322 if (!extended && (posix_state < POSIX_NOT_BRACKET || in convert_posix()
[all …]