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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15574 ** sqlite3OsLock(). The various locks exhibit the following semantics:
15584 ** PENDING_LOCK may not be passed directly to sqlite3OsLock(). Instead, a
15587 ** sqlite3OsLock().
15673 SQLITE_PRIVATE int sqlite3OsLock(sqlite3_file*, int);
25865 SQLITE_PRIVATE int sqlite3OsLock(sqlite3_file *id, int lockType){ function
[all...]

Completed in 524 milliseconds