Searched refs:zDestDb (Results 1 – 2 of 2) sorted by relevance
3679 const char *zDestDb; in DbObjCmd() local3685 zDestDb = "main"; in DbObjCmd()3688 zDestDb = Tcl_GetString(objv[2]); in DbObjCmd()3702 pBackup = sqlite3_backup_init(pDb->db, zDestDb, pSrc, "main"); in DbObjCmd()
84834 const char *zDestDb, /* Name of database within pDestDb */ argument84877 p->pDest = findBtree(pDestDb, pDestDb, zDestDb);