Searched refs:SQLITE_INLINE (Results 1 – 1 of 1) sorted by relevance
15020 # define SQLITE_INLINE __attribute__((always_inline)) inline macro15023 # define SQLITE_INLINE __forceinline macro15026 # define SQLITE_INLINE macro15029 # undef SQLITE_INLINE15030 # define SQLITE_INLINE macro74940 static SQLITE_INLINE int allocateSpace(MemPage *pPage, int nByte, int *pIdx){