Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h272 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h3563 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dsqlite3.c4116 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
62366 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){
78269 int eType = sqlite3_column_type(pStmt, 2);
88818 if( !azVals[i] && sqlite3_column_type(pStmt, i)!=SQLITE_NULL ){
89164 #define sqlite3_column_type sqlite3_api->column_type
89474 sqlite3_column_type,
120344 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
121897 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB ){
122601 if( rc!=SQLITE_ROW || sqlite3_column_type(pStmt, 0)!=SQLITE_BLOB ){
126153 if( sqlite3_column_type(pCsr->pStmt, iCol)!=SQLITE_NULL ){
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3ext.h402 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h4970 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dshell.c2012 switch( sqlite3_column_type(pStmt,i) ){ in sha3QueryFunc()
11593 aiTypes[i] = x = sqlite3_column_type(pStmt, i); in exec_prepared_stmt()
13464 switch( sqlite3_column_type(pQuery, i) ){ in tryToCloneData()
H A Dsqlite3.c6009 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
124010 sqlite3_column_type,
175412 if( sqlite3_column_type(pStmt, 0)==SQLITE_BLOB
176702 || sqlite3_column_type(pStmt, 0)!=SQLITE_BLOB
178748 *pbMax = sqlite3_column_type(pStmt, 0)==SQLITE_NULL;
198224 switch( sqlite3_column_type(p->objiter.pSelect, iCol) ){
198308 && sqlite3_column_type(pIter->pSelect, i)==SQLITE_NULL
203542 int eType = sqlite3_column_type(pStmt, iCol);
203620 if( sqlite3_column_type(pStmt, i)!=SQLITE_NULL ){
203628 if( eType==sqlite3_column_type(pStmt, i) ){
[all …]
/freebsd-12.1/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c136 column->type = sqlite3_column_type(stmt, i); in dbd_sqlite3_select_internal()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c731 return sqlite3_column_type(stmt->s3stmt, column) == SQLITE_NULL; in svn_sqlite__column_is_null()
/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1736 switch( sqlite3_column_type(pStmt, iCol) ){ in dbEvalColumnValue()
1822 && sqlite3_column_type(p->pPreStmt->pStmt, i)==SQLITE_NULL in DbEvalNextCmd()