Searched refs:zBusy (Results 1 – 1 of 1) sorted by relevance
56 char *zBusy; /* The busy callback routine */ member296 if( pDb->zBusy ){ in DbDeleteCmd()297 Tcl_Free(pDb->zBusy); in DbDeleteCmd()320 Tcl_DStringAppend(&cmd, pDb->zBusy, -1); in DbBusyHandler()581 if( pDb->zBusy ){ in DbObjCmd()582 Tcl_AppendResult(interp, pDb->zBusy, 0); in DbObjCmd()585 char *zBusy; in DbObjCmd() local587 if( pDb->zBusy ){ in DbObjCmd()588 Tcl_Free(pDb->zBusy); in DbObjCmd()590 zBusy = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()[all …]