Home
last modified time | relevance | path

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

/NextBSD/contrib/sqlite3/
HDsqlite3.c12238 u8 jointype; /* Type of join between this able and the previous */ member
22665 if( pItem->jointype & JT_LEFT ){
82953 if( pItem->jointype & JT_NATURAL ) continue;
82968 assert( (pMatch->jointype & JT_RIGHT)==0 );
82969 if( (pMatch->jointype & JT_LEFT)!=0 ){
85196 pNewItem->jointype = pOldItem->jointype;
95710 p->a[i].jointype = p->a[i-1].jointype;
95712 p->a[0].jointype = 0;
107815 int jointype = 0;
107842 jointype |= aKeyword[j].code;
[all …]
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c10497 u8 jointype; /* Type of join between this able and the previous */ member
72001 if( pItem[1].jointype & JT_NATURAL ){
73922 pNewItem->jointype = pOldItem->jointype;
82518 p->a[i].jointype = p->a[i-1].jointype;
82520 p->a[0].jointype = 0;
92473 int jointype = 0;
92500 jointype |= aKeyword[j].code;
92506 jointype |= JT_ERROR;
92511 (jointype & (JT_INNER|JT_OUTER))==(JT_INNER|JT_OUTER) ||
92512 (jointype & JT_ERROR)!=0
[all …]