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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile28 SQLITE_LOCK_NONE.3 \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d260 SQLITE_LOCK_NONE = 0,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h681 #define SQLITE_LOCK_NONE 0 /* xUnlock() only */ macro
757 ** <li> [SQLITE_LOCK_NONE],
766 ** SQLITE_LOCK_NONE. If the database file lock is already at or above the
873 ** the lock (one of [SQLITE_LOCK_NONE], [SQLITE_LOCK_SHARED],
H A Dsqlite3.c994 #define SQLITE_LOCK_NONE 0 /* xUnlock() only */ macro
1070 ** <li> [SQLITE_LOCK_NONE],
1079 ** SQLITE_LOCK_NONE. If the database file lock is already at or above the
1186 ** the lock (one of [SQLITE_LOCK_NONE], [SQLITE_LOCK_SHARED],
[all...]

Completed in 895 milliseconds