Searched refs:pAux (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dattach.c172 if( pDb->pAux && pDb->xFreeAux ) pDb->xFreeAux(pDb->pAux);
H A Dbuild.c262 if( pDb->pAux && pDb->xFreeAux ) pDb->xFreeAux(pDb->pAux);
263 pDb->pAux = 0;
H A DsqliteInt.h273 void *pAux; /* Auxiliary data. Usually NULL */ member in struct:Db
274 void (*xFreeAux)(void*); /* Routine to free pAux */

Completed in 26 milliseconds