osFcntl          24687 third_party/sqlite/amalgamation/sqlite3.c     s = osFcntl(fd, op, p);
osFcntl          24701 third_party/sqlite/amalgamation/sqlite3.c   s = osFcntl(fd, op, p);
osFcntl          24709 third_party/sqlite/amalgamation/sqlite3.c     osFcntl(fd, F_GETLK, &l2);
osFcntl          25356 third_party/sqlite/amalgamation/sqlite3.c     if( osFcntl(pFile->h, F_GETLK, &lock) ){
osFcntl          25406 third_party/sqlite/amalgamation/sqlite3.c       rc = osFcntl(pFile->h, F_SETLK, &lock);
osFcntl          25414 third_party/sqlite/amalgamation/sqlite3.c     rc = osFcntl(pFile->h, F_SETLK, pLock);
osFcntl          27340 third_party/sqlite/amalgamation/sqlite3.c     rc = osFcntl(fd, F_FULLFSYNC, 0);
osFcntl          27409 third_party/sqlite/amalgamation/sqlite3.c       osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
osFcntl          27786 third_party/sqlite/amalgamation/sqlite3.c     rc = osFcntl(pShmNode->h, F_SETLK, &f);
osFcntl          28539 third_party/sqlite/amalgamation/sqlite3.c   if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) {
osFcntl          28581 third_party/sqlite/amalgamation/sqlite3.c   if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) {
osFcntl          29224 third_party/sqlite/amalgamation/sqlite3.c   osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
osFcntl           546 third_party/sqlite/src/src/os_unix.c     s = osFcntl(fd, op, p);
osFcntl           560 third_party/sqlite/src/src/os_unix.c   s = osFcntl(fd, op, p);
osFcntl           568 third_party/sqlite/src/src/os_unix.c     osFcntl(fd, F_GETLK, &l2);
osFcntl          1215 third_party/sqlite/src/src/os_unix.c     if( osFcntl(pFile->h, F_GETLK, &lock) ){
osFcntl          1265 third_party/sqlite/src/src/os_unix.c       rc = osFcntl(pFile->h, F_SETLK, &lock);
osFcntl          1273 third_party/sqlite/src/src/os_unix.c     rc = osFcntl(pFile->h, F_SETLK, pLock);
osFcntl          3199 third_party/sqlite/src/src/os_unix.c     rc = osFcntl(fd, F_FULLFSYNC, 0);
osFcntl          3268 third_party/sqlite/src/src/os_unix.c       osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
osFcntl          3645 third_party/sqlite/src/src/os_unix.c     rc = osFcntl(pShmNode->h, F_SETLK, &f);
osFcntl          4398 third_party/sqlite/src/src/os_unix.c   if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) {
osFcntl          4440 third_party/sqlite/src/src/os_unix.c   if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) {
osFcntl          5083 third_party/sqlite/src/src/os_unix.c   osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);