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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8398 ** A single VDBE is an opaque structure named "Vdbe". Only routines
8402 typedef struct Vdbe Vdbe; typedef in typeref:struct:Vdbe
8499 ** is made. That copy is freed when the Vdbe is finalized. But if the
8501 ** gets freed when the Vdbe is finalized so it still should be obtained
8509 ** The Vdbe.aColName array contains 5n Mem structures, where n is the
8734 SQLITE_PRIVATE Vdbe *sqlite3VdbeCreate(sqlite3*);
8735 SQLITE_PRIVATE int sqlite3VdbeAddOp0(Vdbe*,int);
8736 SQLITE_PRIVATE int sqlite3VdbeAddOp1(Vdbe*,int,int);
8737 SQLITE_PRIVATE int sqlite3VdbeAddOp2(Vdbe*,in
13085 struct Vdbe { struct
[all...]

Completed in 397 milliseconds