Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c14370 #ifndef SQLITE_PTRSIZE
14372 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro
14376 # define SQLITE_PTRSIZE 4 macro
14378 # define SQLITE_PTRSIZE 8 macro
14386 #elif SQLITE_PTRSIZE==4
21283 #if SQLITE_PTRSIZE>4
160386 assert( SQLITE_PTRSIZE==sizeof(char*) );