Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c546 if( pDb->zBusy ){ in DbDeleteCmd()
547 Tcl_Free(pDb->zBusy); in DbDeleteCmd()
2126 if( pDb->zBusy ){ in DbObjCmd()
2130 char *zBusy; in DbObjCmd() local
2132 if( pDb->zBusy ){ in DbObjCmd()
2133 Tcl_Free(pDb->zBusy); in DbObjCmd()
2136 if( zBusy && len>0 ){ in DbObjCmd()
2137 pDb->zBusy = Tcl_Alloc( len + 1 ); in DbObjCmd()
2138 memcpy(pDb->zBusy, zBusy, len+1); in DbObjCmd()
2140 pDb->zBusy = 0; in DbObjCmd()
[all …]