Home
last modified time | relevance | path

Searched refs:RtreeCell (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218222 typedef struct RtreeCell RtreeCell; typedef
218483 struct RtreeCell { struct
218927 RtreeCell *pCell, /* The cell to write */
218960 RtreeCell *pCell /* The cell to be inserted */
219067 RtreeCell *pCell /* OUT: Write the cell contents here */
220234 static RtreeDValue cellArea(Rtree *pRtree, RtreeCell *p){
220264 static RtreeDValue cellMargin(Rtree *pRtree, RtreeCell *p){
220277 static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){
220298 static int cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){
220318 RtreeCell *p,
[all …]