Home
last modified time | relevance | path

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

/src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c198 char *zAuth; /* The authorization callback routine */ member
635 if( pDb->zAuth ){ in delDatabaseRef()
636 Tcl_Free(pDb->zAuth); in delDatabaseRef()
1220 Tcl_DStringAppend(&str, pDb->zAuth, -1); in auth_callback()
2085 if( pDb->zAuth ){ in DbObjCmd()
2086 Tcl_AppendResult(interp, pDb->zAuth, (char*)0); in DbObjCmd()
2089 char *zAuth; in DbObjCmd()
2091 if( pDb->zAuth ){ in DbObjCmd()
2092 Tcl_Free(pDb->zAuth); in DbObjCmd()
2094 zAuth = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()
[all …]