Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c219866 static int nodeRowidIndex( function
219892 return nodeRowidIndex(pRtree, pParent, pNode->iNode, piIndex);
220391 rc = nodeRowidIndex(pRtree, pLeaf, iRowid, &iCell);
221433 rc = nodeRowidIndex(pRtree, pLeaf, iDelete, &iCell);
224180 rc = nodeRowidIndex(pRtree, pLeaf, iRowid, &iCell);