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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h448 ** argument to calls it makes to the xLock() and xUnlock() methods
504 ** The integer values to xLock() and xUnlock() are one of
512 ** xLock() increases the lock. xUnlock() decreases the lock.
579 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
/external/sqlite/dist/orig/
H A Dsqlite3.h537 ** argument to calls it makes to the xLock() and xUnlock() methods
614 ** The integer values to xLock() and xUnlock() are one of
622 ** xLock() increases the lock. xUnlock() decreases the lock.
691 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c1087 ** argument to calls it makes to the xLock() and xUnlock() methods
1164 ** The integer values to xLock() and xUnlock() are one of
1172 ** xLock() increases the lock. xUnlock() decreases the lock.
1241 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
14759 return id->pMethods->xLock(id, lockType);
24233 os2Lock, /* xLock */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h537 ** argument to calls it makes to the xLock() and xUnlock() methods
614 ** The integer values to xLock() and xUnlock() are one of
622 ** xLock() increases the lock. xUnlock() decreases the lock.
691 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c1087 ** argument to calls it makes to the xLock() and xUnlock() methods
1164 ** The integer values to xLock() and xUnlock() are one of
1172 ** xLock() increases the lock. xUnlock() decreases the lock.
1241 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
14759 return id->pMethods->xLock(id, lockType);
24233 os2Lock, /* xLock */
[all...]

Completed in 378 milliseconds