Public Attributes | |
char * | filename |
void * | buf |
int64_t | size |
GThread * | thread |
void * | userdata |
VFSConsumer | cons_f |
Definition at line 24 of file vfs_async.c.
void* VFSAsyncTrampoline::buf |
Definition at line 26 of file vfs_async.c.
Referenced by vfs_async_file_get_contents_trampoline(), and vfs_async_file_get_contents_worker().
Definition at line 31 of file vfs_async.c.
Referenced by vfs_async_file_get_contents(), and vfs_async_file_get_contents_trampoline().
Definition at line 25 of file vfs_async.c.
Referenced by vfs_async_file_get_contents(), and vfs_async_file_get_contents_worker().
int64_t VFSAsyncTrampoline::size |
Definition at line 27 of file vfs_async.c.
Referenced by vfs_async_file_get_contents_trampoline(), and vfs_async_file_get_contents_worker().
GThread* VFSAsyncTrampoline::thread |
Definition at line 28 of file vfs_async.c.
Referenced by vfs_async_file_get_contents().
Definition at line 29 of file vfs_async.c.
Referenced by vfs_async_file_get_contents(), and vfs_async_file_get_contents_trampoline().