Home
last modified time | relevance | path

Searched refs:szDb (Results 1 - 3 of 3) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3.h10478 sqlite3_int64 szDb, /* Number bytes in the deserialization */
/third_party/sqlite/src/
H A Dshell.c11519 int szDb; member
11924 if( pCsr->bOnePage==0 && pCsr->iPgno>pCsr->szDb ) return SQLITE_OK; in dbdataNext()
12128 ** pCsr->szDb accordingly. If successful, return SQLITE_OK. Otherwise,
12148 pCsr->szDb = sqlite3_column_int(pStmt, 0); in dbdataDbsize()
H A Dsqlite3.c10808 sqlite3_int64 szDb, /* Number bytes in the deserialization */
35849 sqlite3_int64 szDb; /* Database file size. -1 means unknown */ global() member
52102 sqlite3_deserialize( sqlite3 *db, const char *zSchema, unsigned char *pData, sqlite3_int64 szDb, sqlite3_int64 szBuf, unsigned mFlags ) global() argument
65517 i64 szDb = pWal->hdr.nPage*(i64)szPage; global() local
66317 i64 szDb; /* Size of db file in bytes */ global() local
[all...]

Completed in 173 milliseconds