Searched refs:RtreeConstraint (Results 1 – 1 of 1) sorted by relevance
218223 typedef struct RtreeConstraint RtreeConstraint; typedef218395 RtreeConstraint *aConstraint; /* Search constraints. */218438 struct RtreeConstraint { struct219329 RtreeConstraint *pConstraint, /* The constraint to test */219405 RtreeConstraint *p, /* The constraint to test */219462 RtreeConstraint *p, /* The constraint to test */219767 RtreeConstraint *pConstraint = pCur->aConstraint + ii;219941 static int deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCons){220025 pCsr->aConstraint = sqlite3_malloc64(sizeof(RtreeConstraint)*argc);220030 memset(pCsr->aConstraint, 0, sizeof(RtreeConstraint)*argc);[all …]