Home
last modified time | relevance | path

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

/src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c195 char *zProfile; /* The profile callback routine */ member
629 if( pDb->zProfile ){ in delDatabaseRef()
630 Tcl_Free(pDb->zProfile); in delDatabaseRef()
811 Tcl_DStringAppend(&str, pDb->zProfile, -1); in DbProfileHandler()
3182 if( pDb->zProfile ){ in DbObjCmd()
3183 Tcl_AppendResult(interp, pDb->zProfile, (char*)0); in DbObjCmd()
3186 char *zProfile; in DbObjCmd() local
3188 if( pDb->zProfile ){ in DbObjCmd()
3189 Tcl_Free(pDb->zProfile); in DbObjCmd()
3191 zProfile = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()
[all …]