Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c75 #define PUTCHARS(string) \ macro
147 PUTCHARS(STR_STAR_NUL); in convert_posix()
183 PUTCHARS(STR_RIGHT_SQUARE_BRACKET); in convert_posix()
199 PUTCHARS(STR_COLON_RIGHT_SQUARE_BRACKET); in convert_posix()
216 if (c == CHAR_BACKSLASH) PUTCHARS(STR_BACKSLASH); in convert_posix()
228 PUTCHARS(STR_LEFT_SQUARE_BRACKET); in convert_posix()
266 PUTCHARS(STR_CIRCUMFLEX_ACCENT); in convert_posix()
272 PUTCHARS(STR_RIGHT_SQUARE_BRACKET); in convert_posix()
283 if (isdigit(*posix)) PUTCHARS(STR_BACKSLASH); in convert_posix()
342 PUTCHARS(STR_BACKSLASH); in convert_posix()

Completed in 8 milliseconds