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()
1059 case SQLITE_BLOB: { in tclSqlFunc()1121 eType = SQLITE_BLOB; in tclSqlFunc()1136 case SQLITE_BLOB: { in tclSqlFunc()1858 case SQLITE_BLOB: { in dbEvalColumnValue()3431 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()
1991 case SQLITE_BLOB: { in qrfRenderValue()4968 if( eType==SQLITE_BLOB ){ in sha3Func()5038 case SQLITE_BLOB: { in sha3UpdateFromValue()5485 if( eType==SQLITE_BLOB ){ in sha1Func()5602 case SQLITE_BLOB: { in sha1QueryFunc()5946 if( bTextOnly && (eType==SQLITE_FLOAT || eType==SQLITE_BLOB) ){ in decimal_new()5964 case SQLITE_BLOB: { in decimal_new()6917 case SQLITE_BLOB: in base64()7294 case SQLITE_BLOB: in base85()7569 if( sqlite3_value_type(argv[0])==SQLITE_BLOB in ieee754func()[all …]
5356 #define SQLITE_BLOB 4 macro
5677 #define SQLITE_BLOB 4 macro93777 SQLITE_BLOB, /* 0x00 (not possible) */93793 SQLITE_BLOB, /* 0x10 BLOB */93825 SQLITE_BLOB, /* 0x30 (not possible) */93844 int eType = SQLITE_BLOB;95404 case SQLITE_BLOB: {133814 assert( SQLITE_BLOB==4 );133847 case SQLITE_BLOB:133886 case SQLITE_BLOB: {133989 if( typeHaystack==SQLITE_BLOB && typeNeedle==SQLITE_BLOB ){[all …]