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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h488 ** argument to calls it makes to the xLock() and xUnlock() methods
552 ** The integer values to xLock() and xUnlock() are one of
560 ** xLock() increases the lock. xUnlock() decreases the lock.
628 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
H A Dsqlite3.c1012 ** argument to calls it makes to the xLock() and xUnlock() methods
1076 ** The integer values to xLock() and xUnlock() are one of
1084 ** xLock() increases the lock. xUnlock() decreases the lock.
1152 int (*xUnlock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
12110 return id->pMethods->xUnlock(id, lockType);
24755 UNLOCK, /* xUnlock */ \
24778 unixUnlock, /* xUnlock method */
24786 nolockUnlock, /* xUnlock method */
24794 dotlockUnlock, /* xUnlock method */
24804 flockUnlock, /* xUnlock metho
[all...]

Completed in 306 milliseconds