Searched refs:JT_NATURAL (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c201 if( pItem[1].jointype & JT_NATURAL ){
H A Dselect.c114 ** JT_NATURAL
134 /* natural */ { 0, 7, JT_NATURAL },
340 if( pRight->jointype & JT_NATURAL ){
3324 if( (pFrom->jointype & JT_NATURAL)!=0
H A DsqliteInt.h1862 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10207 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11595 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11595 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
[all...]

Completed in 494 milliseconds