Home
last modified time | relevance | path

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

/netbsd-src/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
77 # elif SQLITE_PTRSIZE==4
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c14886 #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
23752 #if SQLITE_PTRSIZE>4
61590 assert( SQLITE_PTRSIZE==sizeof(Pager*) );
61596 SQLITE_PTRSIZE + /* Space to hold a pointer */
61617 memcpy(pPtr, &pPager, SQLITE_PTRSIZE); pPtr += SQLITE_PTRSIZE;
[all …]