Searched refs:osFcntl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 39304 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent) macro 39597 osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC); in robust_open() 39680 s = osFcntl(fd, op, p); in lockTrace() 39694 s = osFcntl(fd, op, p); in lockTrace() 39702 osFcntl(fd, F_GETLK, &l2); in lockTrace() 39718 #undef osFcntl 39719 #define osFcntl lockTrace macro 40427 if( osFcntl(pFile->h, F_GETLK, &lock) ){ in unixCheckReservedLock() 40460 # define osSetPosixAdvisoryLock(h,x,t) osFcntl(h,F_SETLK,x) 40468 int rc = osFcntl(h,F_SETLK,pLock); in osSetPosixAdvisoryLock() [all …]
|