Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvtshim.c175 static int vtshimDestroy(sqlite3_vtab *pBase){ in vtshimDestroy() function
489 pAux->sSelf.xDestroy = p->xDestroy ? vtshimDestroy : 0; in sqlite3_create_disposable_module()