Searched refs:xFreeSchema (Results 1 – 2 of 2) sorted by relevance
449 void (*xFreeSchema)(void*); /* Destructor for BtShared.pSchema */ member
2855 if( pBt->xFreeSchema && pBt->pSchema ){ in sqlite3BtreeClose()2856 pBt->xFreeSchema(pBt->pSchema); in sqlite3BtreeClose()10907 pBt->xFreeSchema = xFree; in sqlite3BtreeSchema()