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.c180 char *zBusy; /* The busy callback routine */ member
576 if( pDb->zBusy ){ in delDatabaseRef()
577 Tcl_Free(pDb->zBusy); in delDatabaseRef()
635 rc = Tcl_VarEval(pDb->interp, pDb->zBusy, " ", zVal, (char*)0); in DbBusyHandler()
2170 if( pDb->zBusy ){ in DbObjCmd()
2171 Tcl_AppendResult(interp, pDb->zBusy, (char*)0); in DbObjCmd()
2174 char *zBusy; in DbObjCmd() local
2176 if( pDb->zBusy ){ in DbObjCmd()
2177 Tcl_Free(pDb->zBusy); in DbObjCmd()
2179 zBusy = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()
[all …]