Home
last modified time | relevance | path

Searched refs:sqlite3_column_type (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dscache.c273 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/contrib/kyua/utils/sqlite/
H A Dstatement.cpp239 return c_type_to_cxx(::sqlite3_column_type(_pimpl->stmt, index)); in column_type()
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h443 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h5587 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dshell.c1981 switch( sqlite3_column_type(p->pStmt,iCol) ){ in qrfRenderValue()
2868 int eType = sqlite3_column_type(p->pStmt,i); in qrfColumnar()
5562 switch( sqlite3_column_type(pStmt,i) ){ in sha1QueryFunc()
17349 int bLastIsNull = sqlite3_column_type(p->pCheck, ii)==SQLITE_NULL; in intckSaveKey()
28687 switch( sqlite3_column_type(pQuery, i) ){ in tryToCloneData()
H A Dsqlite3.c5908 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
94967 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
142160 if( !azVals[i] && sqlite3_column_type(pStmt, i)!=SQLITE_NULL ){
142676 #define sqlite3_column_type sqlite3_api->column_type macro
143132 sqlite3_column_type,
203156 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB
204447 if( rc!=SQLITE_ROW || sqlite3_column_type(pStmt, 0)!=SQLITE_BLOB ){
204470 || sqlite3_column_type(pStmt, 0)!=SQLITE_BLOB
206528 *pbMax = sqlite3_column_type(pStmt, 0)==SQLITE_NULL;
210591 if( sqlite3_column_type(pCsr->pStmt, iCol)!=SQLITE_NULL ){
[all …]
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1857 switch( sqlite3_column_type(pStmt, iCol) ){ in dbEvalColumnValue()
1944 && sqlite3_column_type(p->pPreStmt->pStmt, i)==SQLITE_NULL in DbEvalNextCmd()