Go to the source code of this file.
|
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) |
|
FBCALL int fb_FileGet |
( |
int |
fnum, |
|
|
int |
pos, |
|
|
void * |
dst, |
|
|
size_t |
chars |
|
) |
| |
int fb_FileGetData |
( |
int |
fnum, |
|
|
fb_off_t |
pos, |
|
|
void * |
dst, |
|
|
size_t |
chars, |
|
|
int |
adjust_rec_pos |
|
) |
| |
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 |
|
) |
| |
FBCALL int fb_FileGetIOB |
( |
int |
fnum, |
|
|
int |
pos, |
|
|
void * |
dst, |
|
|
size_t |
chars, |
|
|
size_t * |
bytesread |
|
) |
| |
FBCALL int fb_FileGetLarge |
( |
int |
fnum, |
|
|
long long |
pos, |
|
|
void * |
dst, |
|
|
size_t |
chars |
|
) |
| |
FBCALL int fb_FileGetLargeIOB |
( |
int |
fnum, |
|
|
long long |
pos, |
|
|
void * |
dst, |
|
|
size_t |
chars, |
|
|
size_t * |
bytesread |
|
) |
| |