Home
last modified time | relevance | path

Searched refs:SQLITE_BLOB (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/lib/db/
Dsnapfn.cc96 case SQLITE_BLOB: in snap()
144 case SQLITE_BLOB: in unsnap()
158 if (type != SQLITE_BLOB && type != SQLITE_TEXT) { in unsnap()
/external/javasqlite/src/main/java/SQLite/
DStmt.java233 case Constants.SQLITE_BLOB: in column()
DConstants.java151 public static final int SQLITE_BLOB = 4; field in Constants
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCursorWindow.java275 case SQLiteConstants.SQLITE_BLOB: return Cursor.FIELD_TYPE_BLOB; in cursorValueType()
/external/sqlite/dist/orig/
Dshell.c1849 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 …]
Dsqlite3.h4332 #define SQLITE_BLOB 4 macro
Dsqlite3.c5356 #define SQLITE_BLOB 4 macro
77940 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 …]
/external/sqlite/dist/
Dshell.c1855 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 …]
Dsqlite3.h4332 #define SQLITE_BLOB 4 macro
Dsqlite3.c5356 #define SQLITE_BLOB 4 macro
77956 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 …]
/external/python/cpython2/Modules/_sqlite/
Dconnection.c620 case SQLITE_BLOB: in _pysqlite_build_py_params()
/external/javasqlite/src/main/native/
Dsqlite_jni.c588 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()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c572 case SQLITE_BLOB: in _pysqlite_build_py_params()