Searched refs:CASTVAR (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 878 #define CAST8VAR(x) CASTVAR(uint8_t *, x) 900 #define CASTVAR(t,x) ( \ macro 1376 #define CASTVAR(t,x) ( \ macro 1755 #define CASTVAR(t,x) (t)G(x,8) macro 1850 #define CASTVAR(t,x) (t)G(x,16) macro 1945 #define CASTVAR(t,x) (t)G(x,32) macro 4109 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile); in show_pattern_info() 4131 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile); in show_pattern_info() 4161 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in serial_error() 4961 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile); in process_pattern() [all …]
|