Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h792 #define JT_ERROR 0x0020 /* unknown or unsupported join type */ macro
H A Dselect.c110 jointype |= JT_ERROR; in sqliteJoinType()
116 (jointype & JT_ERROR)!=0 in sqliteJoinType()