Searched refs:sqlite3_column_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dscache.c273 if (sqlite3_column_type(stmt, 0) != SQLITE_TEXT)
517 if (sqlite3_column_type(s->scache_name, 0) != SQLITE_INTEGER) {
841 if (sqlite3_column_type(s->scache, 0) != SQLITE_TEXT) {
1015 if (sqlite3_column_type(ctx->credstmt, 0) != SQLITE_BLOB) {
1091 if (sqlite3_column_type(stmt, 0) != SQLITE_BLOB) {
1266 if (sqlite3_column_type(ctx->stmt, 0) != SQLITE_TEXT)
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h307 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h3700 ** ^The sqlite3_column_type() routine returns the
3704 ** returned by sqlite3_column_type() is only meaningful if no type
3706 ** the value returned by sqlite3_column_type() is undefined. Future
3707 ** versions of SQLite may change the behavior of sqlite3_column_type()
3843 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dsqlite3.c4271 ** ^The sqlite3_column_type() routine returns the
4275 ** returned by sqlite3_column_type() is only meaningful if no type
4277 ** the value returned by sqlite3_column_type() is undefined. Future
4278 ** versions of SQLite may change the behavior of sqlite3_column_type()
4414 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
64010 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
92484 #define sqlite3_column_type macro
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h272 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h3420 ** ^The sqlite3_column_type() routine returns the
3424 ** returned by sqlite3_column_type() is only meaningful if no type
3426 ** the value returned by sqlite3_column_type() is undefined. Future
3427 ** versions of SQLite may change the behavior of sqlite3_column_type()
3563 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dsqlite3.c3973 ** ^The sqlite3_column_type() routine returns the
3977 ** returned by sqlite3_column_type() is only meaningful if no type
3979 ** the value returned by sqlite3_column_type() is undefined. Future
3980 ** versions of SQLite may change the behavior of sqlite3_column_type()
4116 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
62366 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
89164 #define sqlite3_column_type macro
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c672 return sqlite3_column_type(stmt->s3stmt, column) == SQLITE_NULL;
/freebsd-10.2-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c136 column->type = sqlite3_column_type(stmt, i);

Completed in 526 milliseconds