Searched refs:xChildDestroy (Results 1 – 1 of 1) sorted by relevance
34 void (*xChildDestroy)(void*); /* Destructor for pChildAux */ member432 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()