Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dfunc.c2256 INLINE_FUNC(sqlite_offset, 1, INLINEFUNC_sqlite_offset, 0 ), in sqlite3RegisterBuiltinFunctions()
H A DsqliteInt.h1913 #define INLINEFUNC_sqlite_offset 6 macro
H A Dexpr.c3964 case INLINEFUNC_sqlite_offset: { in exprCodeInlineFunction()