Searched refs:SQLITE_TEXT (Results 1 – 8 of 8) sorted by relevance
3386 #ifdef SQLITE_TEXT3387 # undef SQLITE_TEXT3389 # define SQLITE_TEXT 3 macro
3939 #ifdef SQLITE_TEXT3940 # undef SQLITE_TEXT3942 # define SQLITE_TEXT 3 macro59532 pMem->type = SQLITE_TEXT;59584 pMem->type = SQLITE_TEXT;59595 pMem->type = SQLITE_TEXT;62690 case SQLITE_TEXT: {63191 pMem->type = SQLITE_TEXT;78509 case SQLITE_TEXT:84152 case SQLITE_TEXT: {[all …]
273 if (sqlite3_column_type(stmt, 0) != SQLITE_TEXT) in get_def_name()841 if (sqlite3_column_type(s->scache, 0) != SQLITE_TEXT) { in scc_get_principal()1266 if (sqlite3_column_type(ctx->stmt, 0) != SQLITE_TEXT) in scc_get_cache_next()
4745 #ifdef SQLITE_TEXT4746 # undef SQLITE_TEXT4748 # define SQLITE_TEXT 3 macro
2045 case SQLITE_TEXT: { in sha3QueryFunc()8328 case SQLITE_TEXT: in idxRemFunc()8348 case SQLITE_TEXT: { in idxRemFunc()10835 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()10885 }else if( aiType && aiType[i]==SQLITE_TEXT ){ in shell_callback()13477 case SQLITE_TEXT: { in tryToCloneData()
5784 #ifdef SQLITE_TEXT5785 # undef SQLITE_TEXT5787 # define SQLITE_TEXT 3 macro83089 eType = SQLITE_TEXT;84318 case SQLITE_TEXT: {85439 if( eType==SQLITE_TEXT ){116765 case SQLITE_TEXT: {117723 case SQLITE_TEXT: {184913 case SQLITE_TEXT: {198237 case SQLITE_TEXT: {[all …]
141 case SQLITE_TEXT: in dbd_sqlite3_select_internal()
1031 eType = SQLITE_TEXT; in tclSqlFunc()2870 assert( SQLITE_INTEGER==1 && SQLITE_FLOAT==2 && SQLITE_TEXT==3 ); in DbObjCmd()