Searched defs:ofst (Results 101 - 102 of 102) sorted by relevance

12345

/external/sqlite/dist/orig/
H A Dsqlite3.c28334 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
28766 unixShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
35380 winShmSystemLock( winShmNode *pFile, int lockType, int ofst, int nByte ) argument
35629 winShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
42529 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c28354 unixShmSystemLock( unixShmNode *pShmNode, int lockType, int ofst, int n ) argument
28786 unixShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
35400 winShmSystemLock( winShmNode *pFile, int lockType, int ofst, int nByte ) argument
35649 winShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
42549 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
[all...]

Completed in 1186 milliseconds

12345