Searched refs:RtreeConstraint (Results 1 – 1 of 1) sorted by relevance
218595 typedef struct RtreeConstraint RtreeConstraint; typedef218767 RtreeConstraint *aConstraint; /* Search constraints. */218810 struct RtreeConstraint { struct219704 RtreeConstraint *pConstraint, /* The constraint to test */219780 RtreeConstraint *p, /* The constraint to test */219837 RtreeConstraint *p, /* The constraint to test */220145 RtreeConstraint *pConstraint = pCur->aConstraint + ii;220319 static int deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCons){220403 pCsr->aConstraint = sqlite3_malloc64(sizeof(RtreeConstraint)*argc);220408 memset(pCsr->aConstraint, 0, sizeof(RtreeConstraint)*argc);[all …]