Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c13958 #ifndef SQLITE_PTRSIZE
13960 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro
13965 # define SQLITE_PTRSIZE 4 macro
13967 # define SQLITE_PTRSIZE 8 macro
13975 #elif SQLITE_PTRSIZE==4
22319 #if SQLITE_PTRSIZE>4
166808 assert( SQLITE_PTRSIZE==sizeof(char*) );