Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c63 # ifndef SQLITE_PTRSIZE
65 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro
70 # define SQLITE_PTRSIZE 4 macro
72 # define SQLITE_PTRSIZE 8 macro
77 # elif SQLITE_PTRSIZE==4
/freebsd-src/contrib/sqlite3/
H A Dsqlite3.c14929 ** Set the SQLITE_PTRSIZE macro to the number of bytes in a pointer
14931 #ifndef SQLITE_PTRSIZE
14933 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro
14938 # define SQLITE_PTRSIZE 4 macro
14940 # define SQLITE_PTRSIZE 8 macro
14948 #elif SQLITE_PTRSIZE==4
15066 #if SQLITE_PTRSIZE==8
[all...]