Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dbuffer.c66 struct buffer *b = CCAST(struct buffer *, bb); in buffer_fill()
H A Dcompress.c444 buf = CAST(char *, CCAST(void *, buf)) + rv; in sread()
588 z.next_in = CCAST(Bytef *, old); in uncompresszlib()
637 bz.next_in = CCAST(char *, RCAST(const char *, old)); in uncompressbzlib()
680 xz.next_in = CCAST(const uint8_t *, old); in uncompressxzlib()
H A Dfile.h414 #define CCAST(T, b) const_cast<T>(b) macro
418 #define CCAST(T, b) ((T)(uintptr_t)(b)) macro
H A Dapprentice.c713 p = CCAST(char *, strchr(fn, PATHSEP)); in file_apprentice()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1316 z.next_in = CCAST(Bytef *, old);
1818 - if ((tmp = CCAST(char *, strrchr(fn, '/'))) == NULL) {
3154 - search = CCAST(char *, "");

Completed in 25 milliseconds