Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218462 #define RTREE_TRUE 0x3f /* ? */ macro
219418 || p->op==RTREE_GT || p->op==RTREE_EQ || p->op==RTREE_TRUE
219422 case RTREE_TRUE: return; /* Always satisfied */
219470 || p->op==RTREE_GT || p->op==RTREE_EQ || p->op==RTREE_TRUE
219476 case RTREE_TRUE: return; /* Always satisfied */
220075 p->op = RTREE_TRUE;