Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c220655 int (*xSetMapping)(Rtree *, sqlite3_int64, sqlite3_int64); local
220656 xSetMapping = ((iHeight==0)?rowidWrite:parentWrite);
220670 return xSetMapping(pRtree, iRowid, pNode->iNode);