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

Go to the source code of this file.

Functions

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)
 

Function Documentation

FBCALL int fb_FileLock ( int  fnum,
unsigned int  inipos,
unsigned int  endpos 
)

Definition at line 39 of file file_lock.c.

Here is the call graph for this function:

int fb_FileLockEx ( FB_FILE handle,
fb_off_t  inipos,
fb_off_t  endpos 
)

Definition at line 6 of file file_lock.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_FileLockLarge ( int  fnum,
long long  inipos,
long long  endpos 
)

Definition at line 45 of file file_lock.c.

Here is the call graph for this function:

FBCALL int fb_FileUnlock ( int  fnum,
unsigned int  inipos,
unsigned int  endpos 
)

Definition at line 86 of file file_lock.c.

Here is the call graph for this function:

int fb_FileUnlockEx ( FB_FILE handle,
fb_off_t  inipos,
fb_off_t  endpos 
)

Definition at line 51 of file file_lock.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_FileUnlockLarge ( int  fnum,
long long  inipos,
long long  endpos 
)

Definition at line 94 of file file_lock.c.

Here is the call graph for this function: