Home
last modified time | relevance | path

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

/PHP-7.3/ext/fileinfo/libmagic/
H A Dbuffer.c65 struct buffer *b = CCAST(struct buffer *, bb); in buffer_fill()
H A Dcompress.c171 CCAST(void *, compr[i].magic)))(buf); in file_zmagic()
329 buf = CAST(char *, CCAST(void *, buf)) + rv; in sread()
458 z.next_in = CCAST(Bytef *, old); in uncompresszlib()
H A Dfile.h379 #define CCAST(T, b) const_cast<T>(b) macro
383 #define CCAST(T, b) ((T)(uintptr_t)(b)) macro
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1942 z.next_in = CCAST(Bytef *, old);
4233 - search = CCAST(char *, "");

Completed in 15 milliseconds