Searched refs:zDestDb (Results 1 – 2 of 2) sorted by relevance
3231 const char *zDestDb; in DbObjCmd() local3237 zDestDb = "main"; in DbObjCmd()3240 zDestDb = Tcl_GetString(objv[2]); in DbObjCmd()3254 pBackup = sqlite3_backup_init(pDb->db, zDestDb, pSrc, "main"); in DbObjCmd()
83208 const char *zDestDb, /* Name of database within pDestDb */83251 p->pDest = findBtree(pDestDb, pDestDb, zDestDb);