Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c204 char *zBusy; /* The busy callback routine */ member
633 if( pDb->zBusy ){ in delDatabaseRef()
634 Tcl_Free(pDb->zBusy); in delDatabaseRef()
692 rc = Tcl_VarEval(pDb->interp, pDb->zBusy, " ", zVal, (char*)0); in DbBusyHandler()
2651 if( pDb->zBusy ){ in DbObjCmd()
2652 Tcl_AppendResult(interp, pDb->zBusy, (char*)0); in DbObjCmd()
2655 char *zBusy; in DbObjCmd() local
2657 if( pDb->zBusy ){ in DbObjCmd()
2658 Tcl_Free(pDb->zBusy); in DbObjCmd()
2660 zBusy = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()
[all …]