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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9084 ** sqlite3OsLock(). The various locks exhibit the following semantics:
9094 ** PENDING_LOCK may not be passed directly to sqlite3OsLock(). Instead, a
9097 ** sqlite3OsLock().
9183 SQLITE_PRIVATE int sqlite3OsLock(sqlite3_file*, int);
14368 ** sqlite3OsLock()
14416 SQLITE_PRIVATE int sqlite3OsLock(sqlite3_file *id, int lockType){ function
[all...]

Completed in 307 milliseconds