Home | History | Annotate | Download | only in dist

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
6234 ** The internals of this structure are intended to be opaque -- client
6239 ** this structure opaque.
6267 ** Again, this structure is intended to be opaque, but it can't really
6268 ** be opaque because it is used by macros.
6818 ** "BusyHandler" typedefs. vdbe.h also requires a few of the opaque
7090 ** A single VDBE is an opaque structure named "Vdbe". Only routines
9343 ** This object is intended to be opaque outside of the where.c module.
30253 ** opaque sqlite3_pcache* handles
37120 ** is opaque to the database connection. The database connection cannot
41134 ** sufficient storage to hold a cursor. The BtCursor object is opaque
46326 ** stores a single value in the VDBE. Mem is an opaque structure visible
51944 ** In the external interface, an "sqlite3_stmt*" is an opaque pointer
90211 ** The return value is a pointer to an opaque structure that contains
94108 ** <li> A pointer to the parser (an opaque structure.)
98612 ** The internals of this structure are intended to be opaque -- client
98617 ** this structure opaque.
98634 ** Again, this structure is intended to be opaque, but it can't really
98635 ** be opaque because it is used by macros.
103876 ** this structure are only manipulated by code in this file, opaque handles