Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c220460 static int rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode){ function
220656 xSetMapping = ((iHeight==0)?rowidWrite:parentWrite);
220980 rc = rowidWrite(pRtree, pCell->iRowid, pNode->iNode);