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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h510 ** argument to calls it makes to the xLock() and xUnlock() methods
566 ** The integer values to xLock() and xUnlock() are one of
574 ** xLock() increases the lock. xUnlock() decreases the lock.
638 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h510 ** argument to calls it makes to the xLock() and xUnlock() methods
566 ** The integer values to xLock() and xUnlock() are one of
574 ** xLock() increases the lock. xUnlock() decreases the lock.
638 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h510 ** argument to calls it makes to the xLock() and xUnlock() methods
566 ** The integer values to xLock() and xUnlock() are one of
574 ** xLock() increases the lock. xUnlock() decreases the lock.
638 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h523 ** argument to calls it makes to the xLock() and xUnlock() methods
587 ** The integer values to xLock() and xUnlock() are one of
595 ** xLock() increases the lock. xUnlock() decreases the lock.
663 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c1060 ** argument to calls it makes to the xLock() and xUnlock() methods
1124 ** The integer values to xLock() and xUnlock() are one of
1132 ** xLock() increases the lock. xUnlock() decreases the lock.
1200 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
13424 return id->pMethods->xUnlock(id, lockType);
26436 UNLOCK, /* xUnlock */ \
26464 unixUnlock, /* xUnlock method */
26473 nolockUnlock, /* xUnlock method */
26482 dotlockUnlock, /* xUnlock method */
26493 flockUnlock, /* xUnlock metho
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h523 ** argument to calls it makes to the xLock() and xUnlock() methods
587 ** The integer values to xLock() and xUnlock() are one of
595 ** xLock() increases the lock. xUnlock() decreases the lock.
663 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c1060 ** argument to calls it makes to the xLock() and xUnlock() methods
1124 ** The integer values to xLock() and xUnlock() are one of
1132 ** xLock() increases the lock. xUnlock() decreases the lock.
1200 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
13424 return id->pMethods->xUnlock(id, lockType);
26436 UNLOCK, /* xUnlock */ \
26464 unixUnlock, /* xUnlock method */
26473 nolockUnlock, /* xUnlock method */
26482 dotlockUnlock, /* xUnlock method */
26493 flockUnlock, /* xUnlock metho
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h523 ** argument to calls it makes to the xLock() and xUnlock() methods
587 ** The integer values to xLock() and xUnlock() are one of
595 ** xLock() increases the lock. xUnlock() decreases the lock.
663 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c1060 ** argument to calls it makes to the xLock() and xUnlock() methods
1124 ** The integer values to xLock() and xUnlock() are one of
1132 ** xLock() increases the lock. xUnlock() decreases the lock.
1200 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
13424 return id->pMethods->xUnlock(id, lockType);
26436 UNLOCK, /* xUnlock */ \
26464 unixUnlock, /* xUnlock method */
26473 nolockUnlock, /* xUnlock method */
26482 dotlockUnlock, /* xUnlock method */
26493 flockUnlock, /* xUnlock metho
[all...]

Completed in 913 milliseconds