Home
last modified time | relevance | path

Searched refs:JT_NATURAL (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c10517 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
72001 if( pItem[1].jointype & JT_NATURAL ){
92483 /* natural */ { 0, 7, JT_NATURAL },
92689 if( pRight->jointype & JT_NATURAL ){
95694 if( (pFrom->jointype & JT_NATURAL)!=0
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c15133 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
88233 if( pItem->fg.jointype & JT_NATURAL ) continue;
113700 /* natural */ { 0, 7, JT_NATURAL },
113912 if( pRight->fg.jointype & JT_NATURAL ){
117932 if( (pFrom->fg.jointype & JT_NATURAL)!=0