Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c219411 static i64 nodeGetRowid( function
219447 pCell->iRowid = nodeGetRowid(pRtree, pNode, iCell);
219876 if( nodeGetRowid(pRtree, pNode, ii)==iRowid ){
220229 *pRowid = nodeGetRowid(RTREE_OF_CURSOR(pCsr), pNode, p->iCell);
220250 sqlite3_result_int64(ctx, nodeGetRowid(pRtree, pNode, p->iCell));
220270 nodeGetRowid(pRtree, pNode, p->iCell));
221151 i64 iRowid = nodeGetRowid(pRtree, pRight, i);
221162 i64 iRowid = nodeGetRowid(pRtree, pLeft, i);
221461 i64 iChild = nodeGetRowid(pRtree, pRoot, 0);
224352 nodeGetRowid(pRtree, pNode, p->iCell));