Searched refs:SQLITE_AFF_NONE (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c680 pVal = sqlite3VdbeGetValue(pReprepare, iCol, SQLITE_AFF_NONE);
3217 ** As an optimization, SQLITE_AFF_NONE entries (which are no-ops) at the
3219 ** SQLITE_AFF_NONE, then no code gets generated.
3232 /* Adjust base and n to skip over SQLITE_AFF_NONE entries at the beginning
3235 while( n>0 && zAff[0]==SQLITE_AFF_NONE ){
3240 while( n>1 && zAff[n-1]==SQLITE_AFF_NONE ){
3346 ** SQLITE_AFF_NONE. This is to deal with SQL such as the following:
3355 ** string in this example would be set to SQLITE_AFF_NONE.
3417 if( sqlite3CompareAffinity(pRight, zAff[j])==SQLITE_AFF_NONE ){
3418 zAff[j] = SQLITE_AFF_NONE;
[all...]
H A Dexpr.c140 return SQLITE_AFF_NONE;
146 return SQLITE_AFF_NONE;
170 aff = SQLITE_AFF_NONE;
184 case SQLITE_AFF_NONE:
1292 if( aff==SQLITE_AFF_NONE ) return 1;
1483 int affinity_ok = (pTab->aCol[iCol].affinity==aff||aff==SQLITE_AFF_NONE);
1678 affinity = SQLITE_AFF_NONE;
2369 assert( to_op==OP_ToBlob || aff!=SQLITE_AFF_NONE );
H A Dalter.c691 if( sqlite3ValueFromExpr(db, pDflt, SQLITE_UTF8, SQLITE_AFF_NONE, &pVal) ){
H A Dbuild.c985 pCol->affinity = SQLITE_AFF_NONE;
1019 ** 'BLOB' | SQLITE_AFF_NONE
1042 aff = SQLITE_AFF_NONE;
1405 /* SQLITE_AFF_NONE */ "",
1420 testcase( pCol->affinity==SQLITE_AFF_NONE );
1427 assert( pCol->affinity==SQLITE_AFF_NONE
H A Dvdbemem.c1067 if( (op==TK_INTEGER || op==TK_FLOAT ) && affinity==SQLITE_AFF_NONE ){
H A Dinsert.c78 pIdx->zColAff[n++] = SQLITE_AFF_NONE;
H A DsqliteInt.h1167 #define SQLITE_AFF_NONE 'b' macro
H A Dselect.c1336 if( pCol->affinity==0 ) pCol->affinity = SQLITE_AFF_NONE;
H A Dvdbe.c282 ** SQLITE_AFF_NONE:
299 }else if( affinity!=SQLITE_AFF_NONE ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9512 #define SQLITE_AFF_NONE 'b' macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10829 #define SQLITE_AFF_NONE 'b' macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10829 #define SQLITE_AFF_NONE 'b' macro
[all...]

Completed in 523 milliseconds