Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218594 typedef struct RtreeCell RtreeCell; typedef
218855 struct RtreeCell { struct
219302 RtreeCell *pCell, /* The cell to write */
219335 RtreeCell *pCell /* The cell to be inserted */
219442 RtreeCell *pCell /* OUT: Write the cell contents here */
220612 static RtreeDValue cellArea(Rtree *pRtree, RtreeCell *p){
220642 static RtreeDValue cellMargin(Rtree *pRtree, RtreeCell *p){
220655 static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){
220676 static int cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){
220696 RtreeCell *p,
[all …]