Searched refs:Vdbe (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c8188 ** A single VDBE is an opaque structure named "Vdbe". Only routines
8192 typedef struct Vdbe Vdbe; typedef in typeref:struct:Vdbe
8288 ** is made. That copy is freed when the Vdbe is finalized. But if the
8290 ** gets freed when the Vdbe is finalized so it still should be obtained
8298 ** The Vdbe.aColName array contains 5n Mem structures, where n is the
8523 SQLITE_PRIVATE Vdbe *sqlite3VdbeCreate(sqlite3*);
8524 SQLITE_PRIVATE int sqlite3VdbeAddOp0(Vdbe*,int);
8525 SQLITE_PRIVATE int sqlite3VdbeAddOp1(Vdbe*,int,int);
8526 SQLITE_PRIVATE int sqlite3VdbeAddOp2(Vdbe*,in
12817 struct Vdbe { struct
[all...]

Completed in 204 milliseconds