Searched refs:CASTVAR (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 972 #define CAST8VAR(x) CASTVAR(uint8_t *, x) 994 #define CASTVAR(t,x) ( \ macro 1532 #define CASTVAR(t,x) ( \ macro 1958 #define CASTVAR(t,x) (t)G(x,8) macro 2062 #define CASTVAR(t,x) (t)G(x,16) macro 2166 #define CASTVAR(t,x) (t)G(x,32) macro 4246 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile); in print_error_message() 6702 len = CASTVAR(uint8_t *, q) - dbuffer; /* Length in bytes */ in process_data() 6950 if (CASTVAR(void *, match_data) == NULL) in process_data() 7091 rlen = (CASTVAR(uint8_t *, r) - rbuffer)/code_unit_size; in process_data() [all …]
|