Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d119 SQLITE_LOCKED = 6, /** A table in the database is locked */ enumerator
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h451 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
H A Dsqlite3.c764 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro