Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c10521 #define JT_ERROR 0x0040 /* unknown or unsupported join type */ macro
92506 jointype |= JT_ERROR;
92512 (jointype & JT_ERROR)!=0
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c19128 #define JT_ERROR 0x80 /* unknown or unsupported join type */ macro
141526 jointype |= JT_ERROR;
141532 (jointype & JT_ERROR)!=0 ||