Searched refs:SQLITE_INLINE (Results 1 – 1 of 1) sorted by relevance
15034 # define SQLITE_INLINE __attribute__((always_inline)) inline macro15037 # define SQLITE_INLINE __forceinline macro15040 # define SQLITE_INLINE macro15043 # undef SQLITE_INLINE15044 # define SQLITE_INLINE macro75044 static SQLITE_INLINE int allocateSpace(MemPage *pPage, int nByte, int *pIdx){