Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218223 typedef struct RtreeConstraint RtreeConstraint; typedef
218395 RtreeConstraint *aConstraint; /* Search constraints. */
218438 struct RtreeConstraint { struct
219329 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 …]