Searched refs:xLock (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.
627 int (*xLock)(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.
1151 int (*xLock)(sqlite3_file*, int); member in struct:sqlite3_io_methods
12107 return id->pMethods->xLock(id, lockType);
24754 LOCK, /* xLock */ \
24777 unixLock, /* xLock method */
24785 nolockLock, /* xLock method */
24793 dotlockLock, /* xLock method */
24803 flockLock, /* xLock metho
[all...]

Completed in 592 milliseconds