Searched refs:zCommit (Results 1 – 1 of 1) sorted by relevance
57 char *zCommit; /* The commit hook callback routine */ member374 rc = Tcl_Eval(pDb->interp, pDb->zCommit); in DbCommitHandler()708 if( pDb->zCommit ){ in DbObjCmd()709 Tcl_AppendResult(interp, pDb->zCommit, 0); in DbObjCmd()712 char *zCommit; in DbObjCmd() local714 if( pDb->zCommit ){ in DbObjCmd()715 Tcl_Free(pDb->zCommit); in DbObjCmd()717 zCommit = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()718 if( zCommit && len>0 ){ in DbObjCmd()719 pDb->zCommit = Tcl_Alloc( len + 1 ); in DbObjCmd()[all …]