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

  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 152 ** bytes. The PAGE_TO_PGHDR1() macro does the opposite: its argument is
156 ** assert( PGHDR1_TO_PAGE(PAGE_TO_PGHDR1(pCache, X))==X );
159 #define PAGE_TO_PGHDR1(c, p) (PgHdr1*)(((char*)p) + c->szPage)
294 p = PAGE_TO_PGHDR1(pCache, pPg);
793 PgHdr1 *pPage = PAGE_TO_PGHDR1(pCache, pPg);
834 PgHdr1 *pPage = PAGE_TO_PGHDR1(pCache, pPg);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 171 milliseconds