Searched refs:getVarint (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c223 * getVarint().
1340 nRead = getVarint(pCell, &nRecordBytes);
1344 nRead += getVarint(pCell + nRead, &iRowid);
1370 nRecordHeaderRead = getVarint(pCell + nRead, &nRecordHeaderBytes);
1392 nRecordHeaderRead += getVarint(pCursor->pRecordHeader + nRecordHeaderRead,
1459 nRead = getVarint(pRecordHeader, &nRecordHeaderBytes);
1478 nRead += getVarint(pRecordHeader + nRead, &iSerialType);
H A Dtest3.c428 ** This command tests the putVarint() and getVarint()
432 ** getVarint() and varified to be unchanged. This repeats COUNT
468 n2 = getVarint(zBuf, &out);
470 sprintf(zErr, "putVarint returned %d and getVarint returned %d", n1, n2);
497 /* In order to get realistic timings, run getVarint 19 more times.
498 ** This is because getVarint is called about 20 times more often
502 getVarint(zBuf, &out);
H A DsqliteInt.h2920 #define getVarint sqlite3GetVarint macro
H A Dbtree.c906 n += getVarint(&pCell[n], (u64*)&pInfo->nKey);
4480 getVarint(pCell, (u64*)&nCellKey);
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c59 static int getVarint(const char *p, sqlite_int64 *v){ function
77 int ret = getVarint(p, &i);
232 getVarint(pReader->p, &ret);
240 pReader->p += getVarint(pReader->p, &ret);
H A Dfts1.c129 static int getVarint(const char *p, sqlite_int64 *v){ function
147 int ret = getVarint(p, &i);
400 getVarint(pReader->p, &ret);
410 pReader->p += getVarint(pReader->p, &ret);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c468 static int getVarint(const char *p, sqlite_int64 *v){ function
684 int n = getVarint(pReader->pData, &iDummy);
765 int n = getVarint(pData, &iDocidDelta);
4336 n = getVarint(pData, &iBlockid);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c11265 #define getVarint sqlite3GetVarint macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12804 #define getVarint sqlite3GetVarint macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12804 #define getVarint sqlite3GetVarint macro
[all...]

Completed in 3089 milliseconds