Definition in file vcdiff_vfs.h.
#include "vcdiff.h"#include "vfs.h"
 Include dependency graph for vcdiff_vfs.h:Go to the source code of this file.
Data Structures | |
| struct | vcdiff_vfs_t | 
| Context for the underlying file.  More... | |
| #define | VCDIFF_VFS_INIT_MAX_SIZE(FD, SIZE) | 
| Initializes vcdiff_vfs_t with maximum allowed file size.   | |
| #define | VCDIFF_VFS_INIT(FD) | 
| Initializes vcdiff_vfs_t.   | |
| const vcdiff_driver_t | vcdiff_vfs_driver | 
| Driver for accessing VFS-based file access.  | |
| #define VCDIFF_VFS_INIT | ( | FD | ) | 
Initializes vcdiff_vfs_t.
Definition at line 48 of file vcdiff_vfs.h.
| #define VCDIFF_VFS_INIT_MAX_SIZE | ( | FD, | |
| SIZE ) | 
Initializes vcdiff_vfs_t with maximum allowed file size.
Definition at line 43 of file vcdiff_vfs.h.