Searched refs:zCommit (Results 1 – 1 of 1) sorted by relevance
54 char *zCommit; /* The commit hook callback routine */ member371 rc = Tcl_Eval(pDb->interp, pDb->zCommit); in DbCommitHandler()705 if( pDb->zCommit ){ in DbObjCmd()706 Tcl_AppendResult(interp, pDb->zCommit, 0); in DbObjCmd()709 char *zCommit; in DbObjCmd() local711 if( pDb->zCommit ){ in DbObjCmd()712 Tcl_Free(pDb->zCommit); in DbObjCmd()714 zCommit = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()715 if( zCommit && len>0 ){ in DbObjCmd()716 pDb->zCommit = Tcl_Alloc( len + 1 ); in DbObjCmd()[all …]