Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c15132 #define JT_CROSS 0x0002 /* Explicit use of the CROSS keyword */ macro
113715 /* cross */ { 28, 5, JT_INNER|JT_CROSS },
118523 || (pTabList->a[1].fg.jointype&(JT_LEFT|JT_CROSS))!=0) /* (1) */
129982 if( ((pItem->fg.jointype|priorJointype) & (JT_LEFT|JT_CROSS))!=0 ){
129992 if( mUnusable || (p->fg.jointype & (JT_LEFT|JT_CROSS)) ){

Completed in 469 milliseconds