Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c591 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()
2041 char *zAuth; in DbObjCmd()
2043 if( pDb->zAuth ){ in DbObjCmd()
2044 Tcl_Free(pDb->zAuth); in DbObjCmd()
2047 if( zAuth && len>0 ){ in DbObjCmd()
2049 memcpy(pDb->zAuth, zAuth, len+1); in DbObjCmd()
2051 pDb->zAuth = 0; in DbObjCmd()
[all …]