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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c124 typedef struct RtreeNode RtreeNode; typedef in typeref:struct:RtreeNode
152 RtreeNode *aHash[HASHSIZE]; /* Hash table of in-memory nodes. */
157 ** RtreeNode.pNext. RtreeNode.iNode stores the depth of the sub-tree
158 ** headed by the node (leaf nodes have RtreeNode.iNode==0).
160 RtreeNode *pDeleted;
212 RtreeNode *pNode; /* Node cursor is currently pointing at */
257 struct RtreeNode { struct
258 RtreeNode *pParen
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124381 typedef struct RtreeNode RtreeNode; typedef in typeref:struct:RtreeNode
124514 struct RtreeNode { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c144729 typedef struct RtreeNode RtreeNode; typedef in typeref:struct:RtreeNode
144939 struct RtreeNode { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c144761 typedef struct RtreeNode RtreeNode; typedef in typeref:struct:RtreeNode
144971 struct RtreeNode { struct
[all...]

Completed in 426 milliseconds