Searched refs:SQLITE_INLINE (Results 1 – 1 of 1) sorted by relevance
14045 # define SQLITE_INLINE __attribute__((always_inline)) inline macro14048 # define SQLITE_INLINE __forceinline macro14051 # define SQLITE_INLINE macro14054 # undef SQLITE_INLINE14055 # define SQLITE_INLINE macro72357 static SQLITE_INLINE int allocateSpace(MemPage *pPage, int nByte, int *pIdx){