Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c2728 static int removeFromSharingList(BtShared *pBt){ in removeFromSharingList() function
2847 if( !p->sharable || removeFromSharingList(pBt) ){ in sqlite3BtreeClose()