Lines Matching refs:SQLITE_PTRSIZE
15316 ** Set the SQLITE_PTRSIZE macro to the number of bytes in a pointer
15318 #ifndef SQLITE_PTRSIZE
15320 # define SQLITE_PTRSIZE __SIZEOF_POINTER__
15325 # define SQLITE_PTRSIZE 4
15327 # define SQLITE_PTRSIZE 8
15335 #elif SQLITE_PTRSIZE==4
15461 #if SQLITE_PTRSIZE==8
24335 #if SQLITE_PTRSIZE>4
62910 assert( SQLITE_PTRSIZE==sizeof(Pager*) );
62916 SQLITE_PTRSIZE + /* Space to hold a pointer */
62937 memcpy(pPtr, &pPager, SQLITE_PTRSIZE); pPtr += SQLITE_PTRSIZE;
182848 assert( SQLITE_PTRSIZE==sizeof(char*) );
235610 #elif SQLITE_PTRSIZE==4