Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d125 SQLITE_NOTFOUND = 12, /** Unknown opcode in sqlite3_file_control() */ enumerator
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h457 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
H A Dsqlite3.c770 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro