Searched refs:SQLITE_AFF_MASK (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1175 ** The SQLITE_AFF_MASK values masks off the significant bits of an
1178 #define SQLITE_AFF_MASK 0x67 macro
H A Dvdbe.c1687 ** The SQLITE_AFF_MASK portion of P5 must be an affinity character -
1690 ** comparison is made. If the SQLITE_AFF_MASK is 0x00, then numeric
1790 affinity = pOp->p5 & SQLITE_AFF_MASK;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9535 ** The SQLITE_AFF_MASK values masks off the significant bits of an
9538 #define SQLITE_AFF_MASK 0x67 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10079 ** The SQLITE_AFF_MASK values masks off the significant bits of an
10082 #define SQLITE_AFF_MASK 0x67 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10079 ** The SQLITE_AFF_MASK values masks off the significant bits of an
10082 #define SQLITE_AFF_MASK 0x67 macro
[all...]

Completed in 718 milliseconds