OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDestDb
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
backup.c
28
sqlite3*
pDestDb
; /* Destination database handle */
132
** connection handle pSrcDb to zDestDb in
pDestDb
. If successful, return
136
** stored in database handle
pDestDb
.
139
sqlite3*
pDestDb
, /* Database to write to */
140
const char *zDestDb, /* Name of database within
pDestDb
*/
155
sqlite3_mutex_enter(
pDestDb
->mutex);
157
if( pSrcDb==
pDestDb
){
159
pDestDb
, SQLITE_ERROR, "source and destination must be distinct"
169
sqlite3Error(
pDestDb
, SQLITE_NOMEM, 0);
176
p->pSrc = findBtree(
pDestDb
, pSrcDb, zSrcDb)
[
all
...]
test_backup.c
115
sqlite3 *
pDestDb
;
129
getDbPointer(interp, Tcl_GetString(objv[2]), &
pDestDb
);
134
pBackup = sqlite3_backup_init(
pDestDb
, zDestName, pSrcDb, zSrcName);
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 53 milliseconds