FreeBASIC  0.91.0
file_hlock.c File Reference
#include "../fb.h"
#include <fcntl.h>
Include dependency graph for file_hlock.c:

Go to the source code of this file.

Functions

static int do_lock (FILE *f, int lock, fb_off_t inipos, fb_off_t size)
 
int fb_hFileLock (FILE *f, fb_off_t inipos, fb_off_t size)
 
int fb_hFileUnlock (FILE *f, fb_off_t inipos, fb_off_t size)
 

Function Documentation

static int do_lock ( FILE *  f,
int  lock,
fb_off_t  inipos,
fb_off_t  size 
)
static

Definition at line 6 of file file_hlock.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_hFileLock ( FILE *  f,
fb_off_t  inipos,
fb_off_t  size 
)

Definition at line 29 of file file_hlock.c.

Here is the call graph for this function:

int fb_hFileUnlock ( FILE *  f,
fb_off_t  inipos,
fb_off_t  size 
)

Definition at line 34 of file file_hlock.c.

Here is the call graph for this function: