Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_convert.c76 #define PUTCHARS(string) \ macro
148 PUTCHARS(STR_STAR_NUL); in convert_posix()
184 PUTCHARS(STR_RIGHT_SQUARE_BRACKET); in convert_posix()
200 PUTCHARS(STR_COLON_RIGHT_SQUARE_BRACKET); in convert_posix()
217 if (c == CHAR_BACKSLASH) PUTCHARS(STR_BACKSLASH); in convert_posix()
229 PUTCHARS(STR_LEFT_SQUARE_BRACKET); in convert_posix()
267 PUTCHARS(STR_CIRCUMFLEX_ACCENT); in convert_posix()
273 PUTCHARS(STR_RIGHT_SQUARE_BRACKET); in convert_posix()
284 if (isdigit(*posix)) PUTCHARS(STR_BACKSLASH); in convert_posix()
343 PUTCHARS(STR_BACKSLASH); in convert_posix()

Completed in 8 milliseconds