HomeSort by relevance Sort by last modified time
    Searched refs:getVarint (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
recover.c 223 * getVarint().
    [all...]
test3.c 428 ** 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);
sqliteInt.h     [all...]
btree.c 906 n += getVarint(&pCell[n], (u64*)&pInfo->nKey);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 59 static int getVarint(const char *p, sqlite_int64 *v){
77 int ret = getVarint(p, &i);
232 getVarint(pReader->p, &ret);
240 pReader->p += getVarint(pReader->p, &ret);
    [all...]
fts1.c 129 static int getVarint(const char *p, sqlite_int64 *v){
147 int ret = getVarint(p, &i);
400 getVarint(pReader->p, &ret);
410 pReader->p += getVarint(pReader->p, &ret);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 468 static int getVarint(const char *p, sqlite_int64 *v){
684 int n = getVarint(pReader->pData, &iDummy);
765 int n = getVarint(pData, &iDocidDelta);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 398 milliseconds