Searched refs:PGHDR1_TO_PAGE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c93 ** 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) macro
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/
H A Dsqlite3.c35072 #define PGHDR1_TO_PAGE macro
[all...]

Completed in 220 milliseconds