Searched refs:CCAST (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | buffer.c | 68 struct buffer *b = CCAST(struct buffer *, bb); in buffer_fill()
|
H A D | compress.c | 440 buf = CAST(char *, CCAST(void *, buf)) + rv; in sread() 570 z.next_in = CCAST(Bytef *, old); in uncompresszlib() 619 bz.next_in = CCAST(char *, RCAST(const char *, old)); in uncompressbzlib() 662 xz.next_in = CCAST(const uint8_t *, old); in uncompressxzlib()
|
H A D | file.h | 399 #define CCAST(T, b) const_cast<T>(b) macro 403 #define CCAST(T, b) ((T)(uintptr_t)(b)) macro
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 1427 z.next_in = CCAST(Bytef *, old); 3463 - search = CCAST(char *, "");
|
Completed in 16 milliseconds