Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d122 SQLITE_INTERRUPT = 9, /** Operation terminated by sqlite3_interrupt()*/ enumerator
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h454 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/ macro
H A Dsqlite3.c767 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/ macro