Searched refs:sqlite3OsUnlock (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos.h244 int sqlite3OsUnlock(sqlite3_file*, int);
H A Dtest_devsym.c202 return sqlite3OsUnlock(p->pReal, eLock);
H A Dos.c86 int sqlite3OsUnlock(sqlite3_file *id, int lockType){ function
H A Dtest6.c502 return sqlite3OsUnlock(((CrashFile *)pFile)->pRealFile, eLock);
H A Dtest_journal.c647 rc = sqlite3OsUnlock(p->pReal, eLock);
H A Dtest_vfs.c477 return sqlite3OsUnlock(p->pReal, eLock);
H A Dpager.c1061 rc = sqlite3OsUnlock(pPager->fd, eLock);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8882 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file*, int);
14030 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file *id, int lockType){ function
25440 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26058 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26285 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26461 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26706 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10192 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file*, int);
15826 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file *id, int lockType){ function
25735 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26359 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26589 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26766 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
27011 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10192 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file*, int);
15826 SQLITE_PRIVATE int sqlite3OsUnlock(sqlite3_file *id, int lockType){ function
25753 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26377 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26607 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
26784 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
27029 ** This routine will only increase a lock. Use the sqlite3OsUnlock()
[all...]

Completed in 549 milliseconds