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

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c136 column->type = sqlite3_column_type(stmt, i);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c731 return sqlite3_column_type(stmt->s3stmt, column) == SQLITE_NULL;
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h404 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h4789 ** <tr><td><b>sqlite3_column_type</b><td>&rarr;<td>Default
4822 ** ^The sqlite3_column_type() routine returns the
4826 ** The return value of sqlite3_column_type() can be used to decide which
4828 ** The value returned by sqlite3_column_type() is only meaningful if no
4830 ** After a type conversion, the result of calling sqlite3_column_type()
4832 ** versions of SQLite may change the behavior of sqlite3_column_type()
4986 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dshell.c2030 switch( sqlite3_column_type(pStmt,i) ){
13397 aiTypes[i] = x = sqlite3_column_type(pStmt, i);
15318 switch( sqlite3_column_type(pQuery, i) ){
H A Dsqlite3.c5852 ** <tr><td><b>sqlite3_column_type</b><td>&rarr;<td>Default
5885 ** ^The sqlite3_column_type() routine returns the
5889 ** The return value of sqlite3_column_type() can be used to decide which
5891 ** The value returned by sqlite3_column_type() is only meaningful if no
5893 ** After a type conversion, the result of calling sqlite3_column_type()
5895 ** versions of SQLite may change the behavior of sqlite3_column_type()
6049 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
84793 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
125794 #define sqlite3_column_type macro
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1736 switch( sqlite3_column_type(pStmt, iCol) ){
1822 && sqlite3_column_type(p->pPreStmt->pStmt, i)==SQLITE_NULL

Completed in 1680 milliseconds