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

/external/sqlite/dist/orig/
H A Dsqlite3.c8442 ** A single VDBE is an opaque structure named "Vdbe". Only routines
8446 typedef struct Vdbe Vdbe; typedef in typeref:struct:Vdbe
8543 ** is made. That copy is freed when the Vdbe is finalized. But if the
8545 ** gets freed when the Vdbe is finalized so it still should be obtained
8553 ** The Vdbe.aColName array contains 5n Mem structures, where n is the
8778 SQLITE_PRIVATE Vdbe *sqlite3VdbeCreate(sqlite3*);
8779 SQLITE_PRIVATE int sqlite3VdbeAddOp0(Vdbe*,int);
8780 SQLITE_PRIVATE int sqlite3VdbeAddOp1(Vdbe*,int,int);
8781 SQLITE_PRIVATE int sqlite3VdbeAddOp2(Vdbe*,in
13118 struct Vdbe { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8442 ** A single VDBE is an opaque structure named "Vdbe". Only routines
8446 typedef struct Vdbe Vdbe; typedef in typeref:struct:Vdbe
8543 ** is made. That copy is freed when the Vdbe is finalized. But if the
8545 ** gets freed when the Vdbe is finalized so it still should be obtained
8553 ** The Vdbe.aColName array contains 5n Mem structures, where n is the
8778 SQLITE_PRIVATE Vdbe *sqlite3VdbeCreate(sqlite3*);
8779 SQLITE_PRIVATE int sqlite3VdbeAddOp0(Vdbe*,int);
8780 SQLITE_PRIVATE int sqlite3VdbeAddOp1(Vdbe*,int,int);
8781 SQLITE_PRIVATE int sqlite3VdbeAddOp2(Vdbe*,in
13118 struct Vdbe { struct
[all...]

Completed in 552 milliseconds