Manual Page Result
0
Command: sqlite3_api_routines | Section: 3 | Source: NetBSD | File: sqlite3_api_routines.3
SQLITE3_API_ROUTINES(3) FreeBSD Library Functions Manual
NAME
sqlite3_api_routines - Loadable Extension Thunk
SYNOPSIS
typedef struct sqlite3_api_routines sqlite3_api_routines;
DESCRIPTION
A pointer to the opaque sqlite3_api_routines structure is passed as the
third parameter to entry points of loadable extensions. This structure
must be typedefed in order to work around compiler warnings on some
platforms.
FreeBSD 14.1-RELEASE-p8 December 19, 2018 FreeBSD 14.1-RELEASE-p8