Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dbuffer.c68 struct buffer *b = CCAST(struct buffer *, bb); in buffer_fill()
H A Dfile.h384 #define CCAST(T, b) const_cast<T>(b) macro
388 #define CCAST(T, b) ((T)(uintptr_t)(b)) macro
H A Dcompress.c241 CCAST(void *, compr[i].magic)))(buf); in file_zmagic()
410 buf = CAST(char *, CCAST(void *, buf)) + rv; in sread()
539 z.next_in = CCAST(Bytef *, old); in uncompresszlib()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1540 z.next_in = CCAST(Bytef *, old);
3592 - search = CCAST(char *, "");

Completed in 17 milliseconds