Searched refs:SQLITE_RANGE (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp88 case SQLITE_RANGE:
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c391 { "RANGE", SQLITE_RANGE },
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d138 SQLITE_RANGE = 25, /** 2nd parameter to sqlite3_bind out of range */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h470 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
4676 ** ^[SQLITE_RANGE] is returned if the parameter
11612 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
11643 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
11675 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
12797 ** in the table, SQLITE_RANGE is returned. Or, if an error occurs (e.g.
12811 ** in the table, SQLITE_RANGE is returned. Or, if an error occurs (e.g.
12820 ** number of columns in the table, SQLITE_RANGE is returned.
12853 ** or equal to the value returned by xInstCount(), SQLITE_RANGE is returned.
12886 ** this function returns SQLITE_RANGE
[all...]
H A Dsqlite3.c783 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
4989 ** ^[SQLITE_RANGE] is returned if the parameter
11925 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
11956 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
11988 ** [SQLITE_RANGE] is returned and *ppValue is set to NULL.
13110 ** in the table, SQLITE_RANGE is returned. Or, if an error occurs (e.g.
13124 ** in the table, SQLITE_RANGE is returned. Or, if an error occurs (e.g.
13133 ** number of columns in the table, SQLITE_RANGE is returned.
13166 ** or equal to the value returned by xInstCount(), SQLITE_RANGE is returned.
13199 ** this function returns SQLITE_RANGE
[all...]

Completed in 1030 milliseconds