#include <file/src/file.h>
Data Fields | |
char * | buf |
char * | ptr |
size_t | left |
size_t | size |
char * | pbuf |
size_t | psize |
Definition at line 278 of file file.h.
char* magic_set::out::buf |
Definition at line 280 of file file.h.
Referenced by file_error_core(), file_getbuffer(), file_printf(), file_reset(), magic_close(), magic_error(), and magic_open().
char* magic_set::out::ptr |
size_t magic_set::out::left |
Definition at line 282 of file file.h.
Referenced by file_getbuffer(), file_printf(), file_reset(), and magic_open().
size_t magic_set::out::size |
Definition at line 283 of file file.h.
Referenced by file_error_core(), file_getbuffer(), file_printf(), file_reset(), and magic_open().
char* magic_set::out::pbuf |
Definition at line 285 of file file.h.
Referenced by file_getbuffer(), magic_close(), and magic_open().
size_t magic_set::out::psize |