Searched refs:SQLITE_INTEGER (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c298 case SQLITE_INTEGER:
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h3473 #define SQLITE_INTEGER 1 macro
3512 ** [SQLITE_INTEGER | datatype code] for the initial data type
3513 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
3896 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dsqlite3.c4023 #define SQLITE_INTEGER 1 macro
4062 ** [SQLITE_INTEGER | datatype code] for the initial data type
4063 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4446 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
10372 i64 i; /* Value if eType is SQLITE_INTEGER */
10374 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
12955 u8 type; /* One of SQLITE_NULL, SQLITE_TEXT, SQLITE_INTEGER, etc */
14269 || eType==SQLITE_INTEGER ){
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c519 if (sqlite3_column_type(s->scache_name, 0) != SQLITE_INTEGER) {

Completed in 615 milliseconds