Searched refs:RTREE_MAXCELLS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c196 #define RTREE_MAXCELLS 51 macro
2943 ** database page-size is so large that more than RTREE_MAXCELLS entries
2959 if( (4+pRtree->nBytesPerCell*RTREE_MAXCELLS)<pRtree->iNodeSize ){
2960 pRtree->iNodeSize = 4+pRtree->nBytesPerCell*RTREE_MAXCELLS;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124464 #define RTREE_MAXCELLS macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c144845 #define RTREE_MAXCELLS macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c144877 #define RTREE_MAXCELLS macro
[all...]

Completed in 2801 milliseconds