Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c14414 # define SQLITE_INLINE __attribute__((always_inline)) inline macro
14417 # define SQLITE_INLINE __forceinline macro
14420 # define SQLITE_INLINE macro
14423 # undef SQLITE_INLINE
14424 # define SQLITE_INLINE macro
73372 static SQLITE_INLINE int allocateSpace(MemPage *pPage, int nByte, int *pIdx){