Home
last modified time | relevance | path

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

/freebsd/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/contrib/sqlite3/
H A Dsqlite3.c14931 #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
23840 #if SQLITE_PTRSIZE>4
61949 assert( SQLITE_PTRSIZE==sizeof(Pager*) );
61955 SQLITE_PTRSIZE + /* Space to hold a pointer */
61976 memcpy(pPtr, &pPager, SQLITE_PTRSIZE); pPtr += SQLITE_PTRSIZE;
[all …]