Searched refs:SQLITE_PTRSIZE (Results 1 – 1 of 1) sorted by relevance
14370 #ifndef SQLITE_PTRSIZE14372 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro14376 # define SQLITE_PTRSIZE 4 macro14378 # define SQLITE_PTRSIZE 8 macro14386 #elif SQLITE_PTRSIZE==421283 #if SQLITE_PTRSIZE>4160386 assert( SQLITE_PTRSIZE==sizeof(char*) );