Searched refs:RTREE_TRUE (Results 1 – 1 of 1) sorted by relevance
353 #define RTREE_TRUE 0x3f /* ? */ macro1284 || p->op==RTREE_GT || p->op==RTREE_EQ || p->op==RTREE_TRUE in rtreeNonleafConstraint()1288 case RTREE_TRUE: return; /* Always satisfied */ in rtreeNonleafConstraint()1336 || p->op==RTREE_GT || p->op==RTREE_EQ || p->op==RTREE_TRUE in rtreeLeafConstraint()1342 case RTREE_TRUE: return; /* Always satisfied */ in rtreeLeafConstraint()1920 p->op = RTREE_TRUE; in rtreeFilter()