Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218595 typedef struct RtreeConstraint RtreeConstraint; typedef
218767 RtreeConstraint *aConstraint; /* Search constraints. */
218810 struct RtreeConstraint { struct
219704 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 …]