Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3176 const char *zDestDb; in DbObjCmd() local
3182 zDestDb = "main"; in DbObjCmd()
3185 zDestDb = Tcl_GetString(objv[2]); in DbObjCmd()
3199 pBackup = sqlite3_backup_init(pDb->db, zDestDb, pSrc, "main"); in DbObjCmd()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c82154 const char *zDestDb, /* Name of database within pDestDb */
82197 p->pDest = findBtree(pDestDb, pDestDb, zDestDb);