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.c72 # ifndef SQLITE_PTRSIZE
74 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro
79 # define SQLITE_PTRSIZE 4 macro
81 # define SQLITE_PTRSIZE 8 macro
88 # elif SQLITE_PTRSIZE==4
/freebsd/contrib/sqlite3/
H A Dsqlite3.c15318 #ifndef SQLITE_PTRSIZE
15320 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro
15325 # define SQLITE_PTRSIZE 4 macro
15327 # define SQLITE_PTRSIZE 8 macro
15335 #elif SQLITE_PTRSIZE==4
15461 #if SQLITE_PTRSIZE==8
24334 #if SQLITE_PTRSIZE>4
62909 assert( SQLITE_PTRSIZE==sizeof(Pager*) );
62915 SQLITE_PTRSIZE + /* Space to hold a pointer */
62936 memcpy(pPtr, &pPager, SQLITE_PTRSIZE); pPtr += SQLITE_PTRSIZE;
[all …]