Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c14003 # define SQLITE_INLINE __attribute__((always_inline)) inline macro
14006 # define SQLITE_INLINE __forceinline macro
14009 # define SQLITE_INLINE macro
14012 # undef SQLITE_INLINE
14013 # define SQLITE_INLINE macro
71949 static SQLITE_INLINE int allocateSpace(MemPage *pPage, int nByte, int *pIdx){