Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DbtreeInt.h449 void (*xFreeSchema)(void*); /* Destructor for BtShared.pSchema */ member
H A Dbtree.c2855 if( pBt->xFreeSchema && pBt->pSchema ){ in sqlite3BtreeClose()
2856 pBt->xFreeSchema(pBt->pSchema); in sqlite3BtreeClose()
10907 pBt->xFreeSchema = xFree; in sqlite3BtreeSchema()