Go to the source code of this file.
|
int | fb_FilePutDataEx (FB_FILE *handle, fb_off_t pos, const void *data, size_t length, int adjust_rec_pos, int checknewline, int is_unicode) |
|
int | fb_FilePutData (int fnum, fb_off_t pos, const void *data, size_t length, int adjust_rec_pos, int checknewline) |
|
FBCALL int | fb_FilePut (int fnum, int pos, void *value, size_t valuelen) |
|
FBCALL int | fb_FilePutLarge (int fnum, long long pos, void *value, size_t valuelen) |
|
FBCALL int fb_FilePut |
( |
int |
fnum, |
|
|
int |
pos, |
|
|
void * |
value, |
|
|
size_t |
valuelen |
|
) |
| |
int fb_FilePutData |
( |
int |
fnum, |
|
|
fb_off_t |
pos, |
|
|
const void * |
data, |
|
|
size_t |
length, |
|
|
int |
adjust_rec_pos, |
|
|
int |
checknewline |
|
) |
| |
int fb_FilePutDataEx |
( |
FB_FILE * |
handle, |
|
|
fb_off_t |
pos, |
|
|
const void * |
data, |
|
|
size_t |
length, |
|
|
int |
adjust_rec_pos, |
|
|
int |
checknewline, |
|
|
int |
is_unicode |
|
) |
| |
FBCALL int fb_FilePutLarge |
( |
int |
fnum, |
|
|
long long |
pos, |
|
|
void * |
value, |
|
|
size_t |
valuelen |
|
) |
| |