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

  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 93 ** directly before this structure in memory (see the PGHDR1_TO_PAGE()
150 ** PGHDR1_TO_PAGE() macro takes a pointer to a PgHdr1 structure as
156 ** assert( PGHDR1_TO_PAGE(PAGE_TO_PGHDR1(pCache, X))==X );
158 #define PGHDR1_TO_PAGE(p) (void*)(((char*)p) - p->pCache->szPage)
317 pcache1Free(PGHDR1_TO_PAGE(p));
773 *(void **)(PGHDR1_TO_PAGE(pPage)) = 0;
782 return (pPage ? PGHDR1_TO_PAGE(pPage) : 0);
937 nFree += pcache1MemSize(PGHDR1_TO_PAGE(p));
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 73 milliseconds