Searched refs:SQLITE_PTRSIZE (Results 1 – 2 of 2) sorted by relevance
63 # ifndef SQLITE_PTRSIZE65 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro70 # define SQLITE_PTRSIZE 4 macro72 # define SQLITE_PTRSIZE 8 macro77 # elif SQLITE_PTRSIZE==4
14929 ** Set the SQLITE_PTRSIZE macro to the number of bytes in a pointer14931 #ifndef SQLITE_PTRSIZE14933 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro 14938 # define SQLITE_PTRSIZE 4 macro 14940 # define SQLITE_PTRSIZE 8 macro 14948 #elif SQLITE_PTRSIZE==415066 #if SQLITE_PTRSIZE==8[all...]