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

/netbsd-current/external/public-domain/sqlite/dist/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
74 # endif /* SQLITE_PTRSIZE */
77 # elif SQLITE_PTRSIZE==4
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c14884 ** Set the SQLITE_PTRSIZE macro to the number of bytes in a pointer
14886 #ifndef SQLITE_PTRSIZE
14888 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro
14893 # define SQLITE_PTRSIZE 4 macro
14895 # define SQLITE_PTRSIZE 8 macro
14903 #elif SQLITE_PTRSIZE==4
15021 #if SQLITE_PTRSIZE==8
[all...]

Completed in 751 milliseconds