Lines Matching refs:SQLITE_PTRSIZE
14929 ** Set the SQLITE_PTRSIZE macro to the number of bytes in a pointer
14931 #ifndef SQLITE_PTRSIZE
14933 # define SQLITE_PTRSIZE __SIZEOF_POINTER__
14938 # define SQLITE_PTRSIZE 4
14940 # define SQLITE_PTRSIZE 8
14948 #elif SQLITE_PTRSIZE==4
15066 #if SQLITE_PTRSIZE==8
23840 #if SQLITE_PTRSIZE>4
61949 assert( SQLITE_PTRSIZE==sizeof(Pager*) );
61955 SQLITE_PTRSIZE + /* Space to hold a pointer */
61976 memcpy(pPtr, &pPager, SQLITE_PTRSIZE); pPtr += SQLITE_PTRSIZE;
179991 assert( SQLITE_PTRSIZE==sizeof(char*) );