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.c211 char *zAuth; /* The authorization callback routine */ member
648 if( pDb->zAuth ){ in delDatabaseRef()
649 Tcl_Free(pDb->zAuth); in delDatabaseRef()
1235 Tcl_DStringAppend(&str, pDb->zAuth, -1); in auth_callback()
2518 if( pDb->zAuth ){ in DbObjCmd()
2519 Tcl_AppendResult(interp, pDb->zAuth, (char*)0); in DbObjCmd()
2522 char *zAuth; in DbObjCmd()
2524 if( pDb->zAuth ){ in DbObjCmd()
2525 Tcl_Free(pDb->zAuth); in DbObjCmd()
2527 zAuth = Tcl_GetStringFromObj(objv[2], &len); in DbObjCmd()
[all …]