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

/external/sqlite/dist/orig/
H A Dsqlite3.h585 ** argument to calls it makes to the xLock() and xUnlock() methods
662 ** The integer values to xLock() and xUnlock() are one of
670 ** xLock() increases the lock. xUnlock() decreases the lock.
739 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c792 ** argument to calls it makes to the xLock() and xUnlock() methods
869 ** The integer values to xLock() and xUnlock() are one of
877 ** xLock() increases the lock. xUnlock() decreases the lock.
946 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
16556 return id->pMethods->xLock(id, lockType);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h585 ** argument to calls it makes to the xLock() and xUnlock() methods
662 ** The integer values to xLock() and xUnlock() are one of
670 ** xLock() increases the lock. xUnlock() decreases the lock.
739 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c792 ** argument to calls it makes to the xLock() and xUnlock() methods
869 ** The integer values to xLock() and xUnlock() are one of
877 ** xLock() increases the lock. xUnlock() decreases the lock.
946 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
16556 return id->pMethods->xLock(id, lockType);
[all...]

Completed in 617 milliseconds