Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3BtreeMutexArrayInsert

7647 SQLITE_PRIVATE   void sqlite3BtreeMutexArrayInsert(BtreeMutexArray*, Btree*);
7661 # define sqlite3BtreeMutexArrayInsert(X,Y)
45271 SQLITE_PRIVATE void sqlite3BtreeMutexArrayInsert(BtreeMutexArray *pArray, Btree *pBtree){
56274 sqlite3BtreeMutexArrayInsert(&p->aMutex, p->db->aDb[i].pBt);