Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c13912 #ifndef SQLITE_PTRSIZE
13914 # define SQLITE_PTRSIZE __SIZEOF_POINTER__ macro
13918 # define SQLITE_PTRSIZE 4 macro
13920 # define SQLITE_PTRSIZE 8 macro
13928 #elif SQLITE_PTRSIZE==4
20556 #if SQLITE_PTRSIZE>4
154772 assert( SQLITE_PTRSIZE==sizeof(char*) );

Completed in 333 milliseconds