Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3142 const char *zDestDb; in DbObjCmd() local
3148 zDestDb = "main"; in DbObjCmd()
3151 zDestDb = Tcl_GetString(objv[2]); in DbObjCmd()
3165 pBackup = sqlite3_backup_init(pDb->db, zDestDb, pSrc, "main"); in DbObjCmd()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c76596 const char *zDestDb, /* Name of database within pDestDb */
76639 p->pDest = findBtree(pDestDb, pDestDb, zDestDb);