]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move the sqlite_offset() function implementation to be an in-line function,
authordrh <>
Wed, 1 Jun 2022 11:05:59 +0000 (11:05 +0000)
committerdrh <>
Wed, 1 Jun 2022 11:05:59 +0000 (11:05 +0000)
commit645682a7c73c3e5df5551bec5666195f10cbe0b5
treefdedc0ad6897d15d7d6612280383bdcc9f5ae363
parent6ffa895884881b228ece0ed8a06679175746d4dd
Move the sqlite_offset() function implementation to be an in-line function,
thereby avoiding special case code and freeing up a bit in the
FuncDef.flags field.

FossilOrigin-Name: 1c9812c458bd229c862efe5df1b64fae333da9871c8756b5ae4605a81bcda4b5
manifest
manifest.uuid
src/expr.c
src/func.c
src/sqliteInt.h