Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c576 if( pDb->zBusy ){ in delDatabaseRef()
577 Tcl_Free(pDb->zBusy); in delDatabaseRef()
2170 if( pDb->zBusy ){ in DbObjCmd()
2174 char *zBusy; in DbObjCmd() local
2176 if( pDb->zBusy ){ in DbObjCmd()
2177 Tcl_Free(pDb->zBusy); in DbObjCmd()
2180 if( zBusy && len>0 ){ in DbObjCmd()
2181 pDb->zBusy = Tcl_Alloc( len + 1 ); in DbObjCmd()
2182 memcpy(pDb->zBusy, zBusy, len+1); in DbObjCmd()
2184 pDb->zBusy = 0; in DbObjCmd()
[all …]