Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvtshim.c34 void (*xChildDestroy)(void*); /* Destructor for pChildAux */ member
432 if( !pAux->bDisposed && pAux->xChildDestroy ){ in vtshimAuxDestructor()
433 pAux->xChildDestroy(pAux->pChildAux); in vtshimAuxDestructor()
434 pAux->xChildDestroy = 0; in vtshimAuxDestructor()
478 pAux->xChildDestroy = xDestroy; in sqlite3_create_disposable_module()
533 if( pAux->xChildDestroy ){ in sqlite3_dispose_module()
534 pAux->xChildDestroy(pAux->pChildAux); in sqlite3_dispose_module()
535 pAux->xChildDestroy = 0; in sqlite3_dispose_module()