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

  /external/chromium_org/third_party/sqlite/src/src/
backup.c 267 DbPage *pDestPg = 0;
270 if( SQLITE_OK==(rc = sqlite3PagerGet(pDestPager, iDest, &pDestPg))
271 && SQLITE_OK==(rc = sqlite3PagerWrite(pDestPg))
274 u8 *zDestData = sqlite3PagerGetData(pDestPg);
285 ((u8 *)sqlite3PagerGetExtra(pDestPg))[0] = 0;
287 sqlite3PagerUnref(pDestPg);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 102 milliseconds