Home
last modified time | relevance | path

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

/PHP-7.3/ext/fileinfo/libmagic/
H A Dder.c246 const uint8_t *b = RCAST(const uint8_t *, ms->search.s); in der_offs()
277 const uint8_t *b = RCAST(const uint8_t *, ms->search.s); in der_cmp()
H A Dfile.h378 #define RCAST(T, b) reinterpret_cast<T>(b) macro
382 #define RCAST(T, b) ((T)(b)) macro
H A Dcompress.c122 { RCAST(const void *, zlibcmp), 0, zlib_args }, /* zlib */
170 zm = (RCAST(int (*)(const unsigned char *), in file_zmagic()
H A Dsoftmagic.c1250 ms->search.s = RCAST(const char *, s) + offset; in mcopy()
1282 buf = RCAST(const char *, s) + offset; in mcopy()
1283 end = last = RCAST(const char *, s) + bytecnt + offset; in mcopy()

Completed in 19 milliseconds