Home
last modified time | relevance | path

Searched defs:aCoord (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3.h10611 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ member
/third_party/sqlite/src/
H A Dsqlite3.c10941 sqlite3_rtree_dbl *aCoord; /* Coordinates of node or entry to check */ member
201322 RtreeCoord aCoord[RTREE_MAX_DIMENSIONS*2]; /* Bounding box coordinates */ global() member
202152 sqlite3_rtree_dbl aCoord[RTREE_MAX_DIMENSIONS*2]; /* Decoded coordinates */ global() local
205976 geopolyBBox( sqlite3_context *context, sqlite3_value *pPoly, RtreeCoord *aCoord, int *pRc ) global() argument
[all...]

Completed in 185 milliseconds