Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c84839 sqlite3* pDestDb; /* Destination database handle */ member
84957 sqlite3* pDestDb, /* Database to write to */ argument
84965 if( !sqlite3SafetyCheckOk(pSrcDb)||!sqlite3SafetyCheckOk(pDestDb) ){
84980 sqlite3_mutex_enter(pDestDb->mutex);
84982 if( pSrcDb==pDestDb ){
84984 pDestDb, SQLITE_ERROR, "source and destination must be distinct"
84996 sqlite3Error(pDestDb, SQLITE_NOMEM_BKPT);
85010 Btree *pDest = findBtree(pDestDb, pDestDb, zDestDb);
85011 p->pSrc = findBtree(pDestDb, pSrcDb, zSrcDb);
85012 p->pDestDb = pDestDb;
[all …]