Searched refs:SQLITE_BLOB (Results 1 – 6 of 6) sorted by relevance
64 case SQLITE_BLOB: return sqlite::type_blob; in c_type_to_cxx()
1046 case SQLITE_BLOB: { in tclSqlFunc()1106 eType = SQLITE_BLOB; in tclSqlFunc()1121 case SQLITE_BLOB: { in tclSqlFunc()1827 case SQLITE_BLOB: { in dbEvalColumnValue()2983 assert( SQLITE_BLOB==4 && SQLITE_NULL==5 ); in DbObjCmd()
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()
2929 if( eType==SQLITE_BLOB ){ in sha3Func()2999 case SQLITE_BLOB: { in sha3UpdateFromValue()3442 if( eType==SQLITE_BLOB ){ in sha1Func()3554 case SQLITE_BLOB: { in sha1QueryFunc()3884 if( bTextOnly && (eType==SQLITE_FLOAT || eType==SQLITE_BLOB) ){ in decimal_new()3902 case SQLITE_BLOB: { in decimal_new()5310 case SQLITE_BLOB: in base64()5690 case SQLITE_BLOB: in base85()5965 if( sqlite3_value_type(argv[0])==SQLITE_BLOB in ieee754func()6074 if( sqlite3_value_type(argv[0])==SQLITE_BLOB in ieee754func_from_blob()[all …]
5245 #define SQLITE_BLOB 4 macro
5564 #define SQLITE_BLOB 4 macro91707 SQLITE_BLOB, /* 0x00 (not possible) */91723 SQLITE_BLOB, /* 0x10 BLOB */91755 SQLITE_BLOB, /* 0x30 (not possible) */91774 int eType = SQLITE_BLOB;93300 case SQLITE_BLOB: {130470 assert( SQLITE_BLOB==4 );130503 case SQLITE_BLOB:130542 case SQLITE_BLOB: {130645 if( typeHaystack==SQLITE_BLOB && typeNeedle==SQLITE_BLOB ){[all …]