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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c16487 ** sqlite3OsLock(). The various locks exhibit the following semantics:
16497 ** PENDING_LOCK may not be passed directly to sqlite3OsLock(). Instead, a
16500 ** sqlite3OsLock().
16586 SQLITE_PRIVATE int sqlite3OsLock(sqlite3_file*, int);
23299 ** sqlite3OsLock()
23352 SQLITE_PRIVATE int sqlite3OsLock(sqlite3_file *id, int lockType){ function
[all...]

Completed in 716 milliseconds