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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c122 typedef struct Rtree Rtree; typedef in typeref:struct:Rtree
134 /* Size of hash table Rtree.aHash. This hash table is not expected to
143 struct Rtree { struct
227 ** to the Rtree structure associated with the RtreeCoord.
390 static void nodeZero(Rtree *pRtree, RtreeNode *p){
397 ** in the Rtree.aHash table.
410 static RtreeNode *nodeHashLookup(Rtree *pRtree, i64 iNode){
419 static void nodeHashInsert(Rtree *pRtree, RtreeNode *pNode){
430 static void nodeHashDelete(Rtree *pRtre
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124390 typedef struct Rtree Rtree; typedef in typeref:struct:Rtree
124411 struct Rtree { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c144727 typedef struct Rtree Rtree; typedef in typeref:struct:Rtree
144759 struct Rtree { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c144759 typedef struct Rtree Rtree; typedef in typeref:struct:Rtree
144791 struct Rtree { struct
[all...]

Completed in 500 milliseconds