Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20438 #define JT_ERROR 0x80 /* unknown or unsupported join type */ macro
149066 jointype |= JT_ERROR;
149072 (jointype & JT_ERROR)!=0 ||