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

/freebsd-10.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c140 case SQLITE_INTEGER:
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h3662 #define SQLITE_INTEGER 1 macro
3701 ** [SQLITE_INTEGER | datatype code] for the initial data type
3702 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4086 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dsqlite3.c4233 #define SQLITE_INTEGER 1 macro
4272 ** [SQLITE_INTEGER | datatype code] for the initial data type
4273 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4657 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
10734 i64 i; /* Value if eType is SQLITE_INTEGER */
10736 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
13412 u8 type; /* One of SQLITE_NULL, SQLITE_TEXT, SQLITE_INTEGER, etc */
14727 || eType==SQLITE_INTEGER ){
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h3382 #define SQLITE_INTEGER 1 macro
3421 ** [SQLITE_INTEGER | datatype code] for the initial data type
3422 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
3805 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dsqlite3.c3935 #define SQLITE_INTEGER 1 macro
3974 ** [SQLITE_INTEGER | datatype code] for the initial data type
3975 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
4358 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
10147 double r; /* Value if eType is SQLITE_FLOAT or SQLITE_INTEGER */
10149 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */
12699 u8 type; /* One of SQLITE_NULL, SQLITE_TEXT, SQLITE_INTEGER, etc */
13964 || eType==SQLITE_INTEGER ){
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dscache.c517 if (sqlite3_column_type(s->scache_name, 0) != SQLITE_INTEGER) {

Completed in 509 milliseconds