Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtclsqlite.c567 if( pDb->zAuth ){ in delDatabaseRef()
568 Tcl_Free(pDb->zAuth); in delDatabaseRef()
1153 Tcl_DStringAppend(&str, pDb->zAuth, -1); in auth_callback()
2013 if( pDb->zAuth ){ in DbObjCmd()
2017 char *zAuth; in DbObjCmd()
2019 if( pDb->zAuth ){ in DbObjCmd()
2020 Tcl_Free(pDb->zAuth); in DbObjCmd()
2023 if( zAuth && len>0 ){ in DbObjCmd()
2025 memcpy(pDb->zAuth, zAuth, len+1); in DbObjCmd()
2027 pDb->zAuth = 0; in DbObjCmd()
[all …]