Searched refs:SQLITE_PTRSIZE (Results 1 – 3 of 3) sorted by relevance
860 #ifndef SQLITE_PTRSIZE862 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro867 # define SQLITE_PTRSIZE 4 macro869 # define SQLITE_PTRSIZE 8 macro877 #elif SQLITE_PTRSIZE==4955 #if SQLITE_PTRSIZE==8
22 #if SQLITE_PTRSIZE>4
217 assert( SQLITE_PTRSIZE==sizeof(char*) ); in sqlite3_initialize()