Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c220845 static int deleteCell(Rtree *, RtreeNode *, int, int);
220860 rc = deleteCell(pRtree, pParent, iCell, iHeight+1);
220924 static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){ function
221057 rc = deleteCell(pRtree, pLeaf, iCell, 0);