Lines Matching full:opaque
716 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
5687 ** The sqlite3_pcache type is opaque. It is implemented by
6239 ** The internals of this structure are intended to be opaque -- client
6244 ** this structure opaque.
6272 ** Again, this structure is intended to be opaque, but it can't really
6273 ** be opaque because it is used by macros.
6823 ** "BusyHandler" typedefs. vdbe.h also requires a few of the opaque
7095 ** A single VDBE is an opaque structure named "Vdbe". Only routines
9348 ** This object is intended to be opaque outside of the where.c module.
30258 ** opaque sqlite3_pcache* handles
37125 ** is opaque to the database connection. The database connection cannot
41145 ** sufficient storage to hold a cursor. The BtCursor object is opaque
46337 ** stores a single value in the VDBE. Mem is an opaque structure visible
51955 ** In the external interface, an "sqlite3_stmt*" is an opaque pointer
90222 ** The return value is a pointer to an opaque structure that contains
94119 ** <li> A pointer to the parser (an opaque structure.)
98646 ** The internals of this structure are intended to be opaque -- client
98651 ** this structure opaque.
98668 ** Again, this structure is intended to be opaque, but it can't really
98669 ** be opaque because it is used by macros.
103916 ** this structure are only manipulated by code in this file, opaque handles