Home
last modified time | relevance | path

Searched refs:SQLITE_PTRSIZE (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h860 #ifndef SQLITE_PTRSIZE
862 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro
867 # define SQLITE_PTRSIZE 4 macro
869 # define SQLITE_PTRSIZE 8 macro
877 #elif SQLITE_PTRSIZE==4
955 #if SQLITE_PTRSIZE==8
H A Dstatus.c22 #if SQLITE_PTRSIZE>4
H A Dmain.c217 assert( SQLITE_PTRSIZE==sizeof(char*) ); in sqlite3_initialize()