Home
last modified time | relevance | path

Searched refs:SQLITE_RANGE (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp88 case SQLITE_RANGE: in handle_bind_error()
/minix3/lib/lua/sqlite/
H A Dsqlite.c381 { "RANGE", SQLITE_RANGE },
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.h426 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
H A Dsqlite3.c454 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
65503 sqlite3Error(pVm->db, SQLITE_RANGE, 0);
65775 sqlite3Error(p->db, SQLITE_RANGE, 0);
65777 return SQLITE_RANGE;
120592 case SQLITE_RANGE: zName = "SQLITE_RANGE"; break;