Home
last modified time | relevance | path

Searched defs:SQLITE_LOCK_NONE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d260 SQLITE_LOCK_NONE = 0, enumerator
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h681 #define SQLITE_LOCK_NONE 0 /* xUnlock() only */ macro
H A Dsqlite3.c994 #define SQLITE_LOCK_NONE 0 /* xUnlock() only */ macro