FreeBASIC  0.91.0
vfs_open.c File Reference
#include "fb.h"
Include dependency graph for vfs_open.c:

Go to the source code of this file.

Functions

static fb_off_t hFileGetSize (FB_FILE *handle)
 
int fb_FileOpenVfsRawEx (FB_FILE *handle, const char *filename, size_t filename_length, unsigned int mode, unsigned int access, unsigned int lock, int len, FB_FILE_ENCOD encoding, FnFileOpen pfnOpen)
 
int fb_FileOpenVfsEx (FB_FILE *handle, FBSTRING *str_filename, unsigned int mode, unsigned int access, unsigned int lock, int len, FB_FILE_ENCOD encoding, FnFileOpen pfnOpen)
 

Function Documentation

int fb_FileOpenVfsEx ( FB_FILE handle,
FBSTRING str_filename,
unsigned int  mode,
unsigned int  access,
unsigned int  lock,
int  len,
FB_FILE_ENCOD  encoding,
FnFileOpen  pfnOpen 
)

Definition at line 122 of file vfs_open.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_FileOpenVfsRawEx ( FB_FILE handle,
const char *  filename,
size_t  filename_length,
unsigned int  mode,
unsigned int  access,
unsigned int  lock,
int  len,
FB_FILE_ENCOD  encoding,
FnFileOpen  pfnOpen 
)

Definition at line 39 of file vfs_open.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static fb_off_t hFileGetSize ( FB_FILE handle)
static

Definition at line 7 of file vfs_open.c.

Here is the caller graph for this function: