Searched defs:osFcntl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c331 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent) macro
546 s = osFcntl(fd, op, p);
560 s = osFcntl(fd, op, p);
568 osFcntl(fd, F_GETLK, &l2);
584 #undef osFcntl macro
585 #define osFcntl lockTrace macro
1215 if( osFcntl(pFile->h, F_GETLK, &lock) ){
1265 rc = osFcntl(pFile->h, F_SETLK, &lock);
1273 rc = osFcntl(pFile->h, F_SETLK, pLock);
3199 rc = osFcntl(f
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24472 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent) macro
24687 s = osFcntl(fd, op, p);
24701 s = osFcntl(fd, op, p);
24709 osFcntl(fd, F_GETLK, &l2);
24725 #undef osFcntl macro
24726 #define osFcntl lockTrace macro
25356 if( osFcntl(pFile->h, F_GETLK, &lock) ){
25406 rc = osFcntl(pFile->h, F_SETLK, &lock);
25414 rc = osFcntl(pFile->h, F_SETLK, pLock);
27340 rc = osFcntl(f
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24646 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent) macro
24869 osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
24938 s = osFcntl(fd, op, p);
24952 s = osFcntl(fd, op, p);
24960 osFcntl(fd, F_GETLK, &l2);
24976 #undef osFcntl macro
24977 #define osFcntl lockTrace macro
25651 if( osFcntl(pFile->h, F_GETLK, &lock) ){
25701 rc = osFcntl(pFil
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24653 #define osFcntl ((int(*)(int,int,...))aSyscall[7].pCurrent) macro
24887 osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
24956 s = osFcntl(fd, op, p);
24970 s = osFcntl(fd, op, p);
24978 osFcntl(fd, F_GETLK, &l2);
24994 #undef osFcntl macro
24995 #define osFcntl lockTrace macro
25669 if( osFcntl(pFile->h, F_GETLK, &lock) ){
25719 rc = osFcntl(pFil
[all...]

Completed in 440 milliseconds