Searched refs:sqlite3_column_type (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | scache.c | 273 if (sqlite3_column_type(stmt, 0) != SQLITE_TEXT) in get_def_name() 517 if (sqlite3_column_type(s->scache_name, 0) != SQLITE_INTEGER) { in scc_resolve() 841 if (sqlite3_column_type(s->scache, 0) != SQLITE_TEXT) { in scc_get_principal() 1015 if (sqlite3_column_type(ctx->credstmt, 0) != SQLITE_BLOB) { in scc_get_next() 1091 if (sqlite3_column_type(stmt, 0) != SQLITE_BLOB) { in scc_remove_cred() 1266 if (sqlite3_column_type(ctx->stmt, 0) != SQLITE_TEXT) in scc_get_cache_next()
|
| /freebsd-13.1/contrib/kyua/utils/sqlite/ |
| H A D | statement.cpp | 239 return c_type_to_cxx(::sqlite3_column_type(_pimpl->stmt, index)); in column_type()
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 411 #define sqlite3_column_type sqlite3_api->column_type macro
|
| H A D | sqlite3.h | 5086 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
|
| H A D | shell.c | 2062 switch( sqlite3_column_type(pStmt,i) ){ in sha3QueryFunc() 14398 aiTypes[i] = x = sqlite3_column_type(pStmt, i); in exec_prepared_stmt() 16330 switch( sqlite3_column_type(pQuery, i) ){ in tryToCloneData()
|
| H A D | sqlite3.c | 5392 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol); 128149 sqlite3_column_type, 182043 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB 183336 || sqlite3_column_type(pStmt, 0)!=SQLITE_BLOB 185390 *pbMax = sqlite3_column_type(pStmt, 0)==SQLITE_NULL; 205093 switch( sqlite3_column_type(p->objiter.pSelect, iCol) ){ 205177 && sqlite3_column_type(pIter->pSelect, i)==SQLITE_NULL 210632 int eType = sqlite3_column_type(pStmt, iCol); 210711 if( sqlite3_column_type(pStmt, i)!=SQLITE_NULL ){ 210719 if( eType==sqlite3_column_type(pStmt, i) ){ [all …]
|
| /freebsd-13.1/contrib/apr-util/dbd/ |
| H A D | apr_dbd_sqlite3.c | 136 column->type = sqlite3_column_type(stmt, i); in dbd_sqlite3_select_internal()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | sqlite.c | 731 return sqlite3_column_type(stmt->s3stmt, column) == SQLITE_NULL; in svn_sqlite__column_is_null()
|
| /freebsd-13.1/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1760 switch( sqlite3_column_type(pStmt, iCol) ){ in dbEvalColumnValue() 1846 && sqlite3_column_type(p->pPreStmt->pStmt, i)==SQLITE_NULL in DbEvalNextCmd()
|