Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h80 #undef PUTCHAR
266 #define PUTCHAR(c, p) (*p = c, 1) macro
357 #define PUTCHAR(c, p) ((utf && c > MAX_UTF_SINGLE_CU)? \ macro
463 #define PUTCHAR(c, p) ((utf && c > MAX_UTF_SINGLE_CU)? \ macro
537 #define PUTCHAR(c, p) (*p = c, 1) macro
H A Dpcre2_compile.c5585 code += PUTCHAR(c, code); in compile_branch()

Completed in 30 milliseconds