Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3116 const char *zDestDb; in DbObjCmd() local
3122 zDestDb = "main"; in DbObjCmd()
3125 zDestDb = Tcl_GetString(objv[2]); in DbObjCmd()
3139 pBackup = sqlite3_backup_init(pDb->db, zDestDb, pSrc, "main"); in DbObjCmd()
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c56585 const char *zDestDb, /* Name of database within pDestDb */
56622 p->pDest = findBtree(pDestDb, pDestDb, zDestDb);
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c75005 const char *zDestDb, /* Name of database within pDestDb */
75048 p->pDest = findBtree(pDestDb, pDestDb, zDestDb);