Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c219036 static i64 nodeGetRowid( function
219072 pCell->iRowid = nodeGetRowid(pRtree, pNode, iCell);
219501 if( nodeGetRowid(pRtree, pNode, ii)==iRowid ){
219851 *pRowid = nodeGetRowid(RTREE_OF_CURSOR(pCsr), pNode, p->iCell);
219872 sqlite3_result_int64(ctx, nodeGetRowid(pRtree, pNode, p->iCell));
219892 nodeGetRowid(pRtree, pNode, p->iCell));
220773 i64 iRowid = nodeGetRowid(pRtree, pRight, i);
220784 i64 iRowid = nodeGetRowid(pRtree, pLeft, i);
221083 i64 iChild = nodeGetRowid(pRtree, pRoot, 0);
223969 nodeGetRowid(pRtree, pNode, p->iCell));