Go to the source code of this file.
|
int | fb_FileLockEx (FB_FILE *handle, fb_off_t inipos, fb_off_t endpos) |
|
FBCALL int | fb_FileLock (int fnum, unsigned int inipos, unsigned int endpos) |
|
FBCALL int | fb_FileLockLarge (int fnum, long long inipos, long long endpos) |
|
int | fb_FileUnlockEx (FB_FILE *handle, fb_off_t inipos, fb_off_t endpos) |
|
FBCALL int | fb_FileUnlock (int fnum, unsigned int inipos, unsigned int endpos) |
|
FBCALL int | fb_FileUnlockLarge (int fnum, long long inipos, long long endpos) |
|
FBCALL int fb_FileLock |
( |
int |
fnum, |
|
|
unsigned int |
inipos, |
|
|
unsigned int |
endpos |
|
) |
| |
FBCALL int fb_FileLockLarge |
( |
int |
fnum, |
|
|
long long |
inipos, |
|
|
long long |
endpos |
|
) |
| |
FBCALL int fb_FileUnlock |
( |
int |
fnum, |
|
|
unsigned int |
inipos, |
|
|
unsigned int |
endpos |
|
) |
| |
FBCALL int fb_FileUnlockLarge |
( |
int |
fnum, |
|
|
long long |
inipos, |
|
|
long long |
endpos |
|
) |
| |