Searched refs:SQLITE_BLOB (Results 1 – 13 of 13) sorted by relevance
96 case SQLITE_BLOB: in snap()144 case SQLITE_BLOB: in unsnap()158 if (type != SQLITE_BLOB && type != SQLITE_TEXT) { in unsnap()
233 case Constants.SQLITE_BLOB: in column()
151 public static final int SQLITE_BLOB = 4; field in Constants
275 case SQLiteConstants.SQLITE_BLOB: return Cursor.FIELD_TYPE_BLOB; in cursorValueType()
1849 if( eType==SQLITE_BLOB ){ in sha3Func()2002 case SQLITE_BLOB: { in sha3QueryFunc()5675 if( sqlite3_value_type(argv[0])==SQLITE_BLOB ){ in sqlarCompressFunc()7372 case SQLITE_BLOB: in idxRemFunc()7395 case SQLITE_BLOB: in idxRemFunc()7408 if( pSlot->eType==SQLITE_BLOB ){ in idxRemFunc()8128 bBin = sqlite3_value_type(argv[0])==SQLITE_BLOB; in editFunc()8858 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()8896 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()9504 if( x==SQLITE_BLOB && pArg && pArg->cMode==MODE_Insert ){ in exec_prepared_stmt()[all …]
4332 #define SQLITE_BLOB 4 macro
5356 #define SQLITE_BLOB 4 macro77940 SQLITE_BLOB, /* 0x00 */77956 SQLITE_BLOB, /* 0x10 */79200 case SQLITE_BLOB: {100953 case SQLITE_BLOB:107599 assert( SQLITE_BLOB==4 );107622 case SQLITE_BLOB:107721 if( typeHaystack==SQLITE_BLOB && typeNeedle==SQLITE_BLOB ){107802 if( p0type==SQLITE_BLOB ){107854 if( p0type!=SQLITE_BLOB ){[all …]
1855 if( eType==SQLITE_BLOB ){ in sha3Func()2008 case SQLITE_BLOB: { in sha3QueryFunc()5681 if( sqlite3_value_type(argv[0])==SQLITE_BLOB ){ in sqlarCompressFunc()7378 case SQLITE_BLOB: in idxRemFunc()7401 case SQLITE_BLOB: in idxRemFunc()7414 if( pSlot->eType==SQLITE_BLOB ){ in idxRemFunc()8134 bBin = sqlite3_value_type(argv[0])==SQLITE_BLOB; in editFunc()8864 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()8902 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()9510 if( x==SQLITE_BLOB && pArg && pArg->cMode==MODE_Insert ){ in exec_prepared_stmt()[all …]
5356 #define SQLITE_BLOB 4 macro77956 SQLITE_BLOB, /* 0x00 */77972 SQLITE_BLOB, /* 0x10 */79216 case SQLITE_BLOB: {100969 case SQLITE_BLOB:107615 assert( SQLITE_BLOB==4 );107638 case SQLITE_BLOB:107737 if( typeHaystack==SQLITE_BLOB && typeNeedle==SQLITE_BLOB ){107818 if( p0type==SQLITE_BLOB ){107870 if( p0type!=SQLITE_BLOB ){[all …]
620 case SQLITE_BLOB: in _pysqlite_build_py_params()
588 case SQLITE_BLOB: ctype = "blob"; break; in callback()706 case SQLITE_BLOB: ctype = "blob"; break; in callback()2678 == SQLITE_BLOB) { in Java_SQLite_Vm_step()2764 == SQLITE_BLOB) { in Java_SQLite_Vm_step()
572 case SQLITE_BLOB: in _pysqlite_build_py_params()