HomeSort by: relevance | last modified time | path
    Searched refs:SQLITE_PTRSIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 76 # ifndef SQLITE_PTRSIZE
78 # define SQLITE_PTRSIZE __SIZEOF_POINTER__
83 # define SQLITE_PTRSIZE 4
85 # define SQLITE_PTRSIZE 8
87 # endif /* SQLITE_PTRSIZE */
92 # elif SQLITE_PTRSIZE==4
  /src/external/public-domain/sqlite/dist/
sqlite3.c 15951 ** Set the SQLITE_PTRSIZE macro to the number of bytes in a pointer
15953 #ifndef SQLITE_PTRSIZE
15955 # define SQLITE_PTRSIZE __SIZEOF_POINTER__
15960 # define SQLITE_PTRSIZE 4
15962 # define SQLITE_PTRSIZE 8
15970 #elif SQLITE_PTRSIZE==4
16096 #if SQLITE_PTRSIZE==8
    [all...]

Completed in 284 milliseconds