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

Go to the source code of this file.

Functions

int fb_FileGetDataEx (FB_FILE *handle, fb_off_t pos, void *dst, size_t length, size_t *bytesread, int adjust_rec_pos, int is_unicode)
 
int fb_FileGetData (int fnum, fb_off_t pos, void *dst, size_t chars, int adjust_rec_pos)
 
FBCALL int fb_FileGet (int fnum, int pos, void *dst, size_t chars)
 
FBCALL int fb_FileGetLarge (int fnum, long long pos, void *dst, size_t chars)
 
FBCALL int fb_FileGetIOB (int fnum, int pos, void *dst, size_t chars, size_t *bytesread)
 
FBCALL int fb_FileGetLargeIOB (int fnum, long long pos, void *dst, size_t chars, size_t *bytesread)
 

Function Documentation

FBCALL int fb_FileGet ( int  fnum,
int  pos,
void *  dst,
size_t  chars 
)

Definition at line 190 of file file_get.c.

Here is the call graph for this function:

int fb_FileGetData ( int  fnum,
fb_off_t  pos,
void *  dst,
size_t  chars,
int  adjust_rec_pos 
)

Definition at line 179 of file file_get.c.

Here is the call graph for this function:

int fb_FileGetDataEx ( FB_FILE handle,
fb_off_t  pos,
void *  dst,
size_t  length,
size_t *  bytesread,
int  adjust_rec_pos,
int  is_unicode 
)

Definition at line 6 of file file_get.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_FileGetIOB ( int  fnum,
int  pos,
void *  dst,
size_t  chars,
size_t *  bytesread 
)

Definition at line 212 of file file_get.c.

Here is the call graph for this function:

FBCALL int fb_FileGetLarge ( int  fnum,
long long  pos,
void *  dst,
size_t  chars 
)

Definition at line 201 of file file_get.c.

Here is the call graph for this function:

FBCALL int fb_FileGetLargeIOB ( int  fnum,
long long  pos,
void *  dst,
size_t  chars,
size_t *  bytesread 
)

Definition at line 223 of file file_get.c.

Here is the call graph for this function: