Searched refs:zAuth (Results 1 – 1 of 1) sorted by relevance
561 if( pDb->zAuth ){ in DbDeleteCmd()562 Tcl_Free(pDb->zAuth); in DbDeleteCmd()1137 Tcl_DStringAppend(&str, pDb->zAuth, -1); in auth_callback()1993 if( pDb->zAuth ){ in DbObjCmd()1997 char *zAuth; in DbObjCmd()1999 if( pDb->zAuth ){ in DbObjCmd()2000 Tcl_Free(pDb->zAuth); in DbObjCmd()2003 if( zAuth && len>0 ){ in DbObjCmd()2005 memcpy(pDb->zAuth, zAuth, len+1); in DbObjCmd()2007 pDb->zAuth = 0; in DbObjCmd()[all …]