Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtclsqlite.c552 if( pDb->zBusy ){ in delDatabaseRef()
553 Tcl_Free(pDb->zBusy); in delDatabaseRef()
2146 if( pDb->zBusy ){ in DbObjCmd()
2150 char *zBusy; in DbObjCmd() local
2152 if( pDb->zBusy ){ in DbObjCmd()
2153 Tcl_Free(pDb->zBusy); in DbObjCmd()
2156 if( zBusy && len>0 ){ in DbObjCmd()
2157 pDb->zBusy = Tcl_Alloc( len + 1 ); in DbObjCmd()
2158 memcpy(pDb->zBusy, zBusy, len+1); in DbObjCmd()
2160 pDb->zBusy = 0; in DbObjCmd()
[all …]