Searched defs:RtreeConstraint (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c126 typedef struct RtreeConstraint RtreeConstraint; typedef in typeref:struct:RtreeConstraint
216 RtreeConstraint *aConstraint; /* Search constraints. */
238 struct RtreeConstraint { struct
246 /* Possible values for RtreeConstraint.op */
866 RtreeConstraint *pConstraint, /* MATCH constraint to test */
900 RtreeConstraint *p = &pCursor->aConstraint[ii];
953 RtreeConstraint *p = &pCursor->aConstraint[ii];
1185 ** This function is called to configure the RtreeConstraint object passed
1190 static int deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCon
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124394 typedef struct RtreeConstraint RtreeConstraint; typedef in typeref:struct:RtreeConstraint
124506 struct RtreeConstraint { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c144731 typedef struct RtreeConstraint RtreeConstraint; typedef in typeref:struct:RtreeConstraint
144915 struct RtreeConstraint { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c144763 typedef struct RtreeConstraint RtreeConstraint; typedef in typeref:struct:RtreeConstraint
144947 struct RtreeConstraint { struct
[all...]

Completed in 570 milliseconds