Searched refs:SQLITE_PTRSIZE (Results 1 – 1 of 1) sorted by relevance
13958 #ifndef SQLITE_PTRSIZE13960 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro13965 # define SQLITE_PTRSIZE 4 macro13967 # define SQLITE_PTRSIZE 8 macro13975 #elif SQLITE_PTRSIZE==422319 #if SQLITE_PTRSIZE>4166808 assert( SQLITE_PTRSIZE==sizeof(char*) );