Searched refs:zDestDb (Results 1 – 2 of 2) sorted by relevance
3176 const char *zDestDb; in DbObjCmd() local3182 zDestDb = "main"; in DbObjCmd()3185 zDestDb = Tcl_GetString(objv[2]); in DbObjCmd()3199 pBackup = sqlite3_backup_init(pDb->db, zDestDb, pSrc, "main"); in DbObjCmd()
82154 const char *zDestDb, /* Name of database within pDestDb */82197 p->pDest = findBtree(pDestDb, pDestDb, zDestDb);