Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3BtreeMutexArrayInsert

7640 SQLITE_PRIVATE   void sqlite3BtreeMutexArrayInsert(BtreeMutexArray*, Btree*);
7654 # define sqlite3BtreeMutexArrayInsert(X,Y)
45264 SQLITE_PRIVATE void sqlite3BtreeMutexArrayInsert(BtreeMutexArray *pArray, Btree *pBtree){
56267 sqlite3BtreeMutexArrayInsert(&p->aMutex, p->db->aDb[i].pBt);