Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d142 SQLITE_ROW = 100, /** sqlite3_step() has another row ready */ enumerator
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h474 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
H A Dsqlite3.c787 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro