Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c208 char *zProfile; /* The profile callback routine */ member
642 if( pDb->zProfile ){ in delDatabaseRef()
643 Tcl_Free(pDb->zProfile); in delDatabaseRef()
824 Tcl_DStringAppend(&str, pDb->zProfile, -1); in DbProfileHandler()
3630 if( pDb->zProfile ){ in DbObjCmd()
3631 Tcl_AppendResult(interp, pDb->zProfile, (char*)0); in DbObjCmd()
3634 char *zProfile; in DbObjCmd() local
3636 if( pDb->zProfile ){ in DbObjCmd()
3637 Tcl_Free(pDb->zProfile); in DbObjCmd()
3639 zProfile = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()
[all …]