Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c187 char *zAuth; /* The authorization callback routine */ member
591 if( pDb->zAuth ){ in delDatabaseRef()
592 Tcl_Free(pDb->zAuth); in delDatabaseRef()
1177 Tcl_DStringAppend(&str, pDb->zAuth, -1); in auth_callback()
2037 if( pDb->zAuth ){ in DbObjCmd()
2038 Tcl_AppendResult(interp, pDb->zAuth, (char*)0); in DbObjCmd()
2041 char *zAuth; in DbObjCmd()
2043 if( pDb->zAuth ){ in DbObjCmd()
2044 Tcl_Free(pDb->zAuth); in DbObjCmd()
2046 zAuth = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()
[all …]