Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A DsqliteInt.h795 #define JT_ERROR 0x0020 /* unknown or unsupported join type */ macro
H A Dselect.c114 jointype |= JT_ERROR; in sqliteJoinType()
120 (jointype & JT_ERROR)!=0 in sqliteJoinType()