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.h433 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h5281 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dshell.c3472 switch( sqlite3_column_type(pStmt,i) ){ in sha3QueryFunc()
14453 int bLastIsNull = sqlite3_column_type(p->pCheck, ii)==SQLITE_NULL; in intckSaveKey()
21822 switch( sqlite3_column_type(pStmt, i) ){ in quoted_column()
22126 aiTypes[i] = x = sqlite3_column_type(pStmt, i); in exec_prepared_stmt()
24078 switch( sqlite3_column_type(pQuery, i) ){ in tryToCloneData()
H A Dsqlite3.c5594 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
91795 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){
136360 if( !azVals[i] && sqlite3_column_type(pStmt, i)!=SQLITE_NULL ){
136866 #define sqlite3_column_type sqlite3_api->column_type
137312 sqlite3_column_type,
195642 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB
196915 if( rc!=SQLITE_ROW || sqlite3_column_type(pStmt, 0)!=SQLITE_BLOB ){
196938 || sqlite3_column_type(pStmt, 0)!=SQLITE_BLOB
198992 *pbMax = sqlite3_column_type(pStmt, 0)==SQLITE_NULL;
203054 if( sqlite3_column_type(pCsr->pStmt, iCol)!=SQLITE_NULL ){
[all …]
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1779 switch( sqlite3_column_type(pStmt, iCol) ){ in dbEvalColumnValue()
1865 && sqlite3_column_type(p->pPreStmt->pStmt, i)==SQLITE_NULL in DbEvalNextCmd()