Go to the source code of this file.
|
int | fb_FileGetStrEx (FB_FILE *handle, fb_off_t pos, void *str, ssize_t str_len, size_t *bytesread) |
|
FBCALL int | fb_FileGetStr (int fnum, int pos, void *str, ssize_t str_len) |
|
FBCALL int | fb_FileGetStrLarge (int fnum, long long pos, void *str, ssize_t str_len) |
|
FBCALL int | fb_FileGetStrIOB (int fnum, int pos, void *str, ssize_t str_len, size_t *bytesread) |
|
FBCALL int | fb_FileGetStrLargeIOB (int fnum, long long pos, void *str, ssize_t str_len, size_t *bytesread) |
|
FBCALL int fb_FileGetStr |
( |
int |
fnum, |
|
|
int |
pos, |
|
|
void * |
str, |
|
|
ssize_t |
str_len |
|
) |
| |
int fb_FileGetStrEx |
( |
FB_FILE * |
handle, |
|
|
fb_off_t |
pos, |
|
|
void * |
str, |
|
|
ssize_t |
str_len, |
|
|
size_t * |
bytesread |
|
) |
| |
FBCALL int fb_FileGetStrIOB |
( |
int |
fnum, |
|
|
int |
pos, |
|
|
void * |
str, |
|
|
ssize_t |
str_len, |
|
|
size_t * |
bytesread |
|
) |
| |
FBCALL int fb_FileGetStrLarge |
( |
int |
fnum, |
|
|
long long |
pos, |
|
|
void * |
str, |
|
|
ssize_t |
str_len |
|
) |
| |
FBCALL int fb_FileGetStrLargeIOB |
( |
int |
fnum, |
|
|
long long |
pos, |
|
|
void * |
str, |
|
|
ssize_t |
str_len, |
|
|
size_t * |
bytesread |
|
) |
| |