Searched refs:zBusy (Results 1 – 1 of 1) sorted by relevance
546 if( pDb->zBusy ){ in DbDeleteCmd()547 Tcl_Free(pDb->zBusy); in DbDeleteCmd()2126 if( pDb->zBusy ){ in DbObjCmd()2130 char *zBusy; in DbObjCmd() local2132 if( pDb->zBusy ){ in DbObjCmd()2133 Tcl_Free(pDb->zBusy); in DbObjCmd()2136 if( zBusy && len>0 ){ in DbObjCmd()2137 pDb->zBusy = Tcl_Alloc( len + 1 ); in DbObjCmd()2138 memcpy(pDb->zBusy, zBusy, len+1); in DbObjCmd()2140 pDb->zBusy = 0; in DbObjCmd()[all …]