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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h584 struct Vdbe *pVdbe; /* List of active virtual machines */
1493 Vdbe *pVdbe; /* An engine for executing database bytecode */
1915 Vdbe *sqlite3GetVdbe(Parse*);
2057 void sqlite3IndexAffinityStr(Vdbe *, Index *);
2058 void sqlite3TableAffinityStr(Vdbe *, Table *);
2099 void sqlite3ColumnDefault(Vdbe *, Table *, int);
2180 int sqlite3Reprepare(Vdbe*);
2255 void sqlite3VdbeIOTraceSql(Vdbe*);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h584 struct Vdbe *pVdbe; /* List of active virtual machines */
1493 Vdbe *pVdbe; /* An engine for executing database bytecode */
1915 Vdbe *sqlite3GetVdbe(Parse*);
2057 void sqlite3IndexAffinityStr(Vdbe *, Index *);
2058 void sqlite3TableAffinityStr(Vdbe *, Table *);
2099 void sqlite3ColumnDefault(Vdbe *, Table *, int);
2180 int sqlite3Reprepare(Vdbe*);
2255 void sqlite3VdbeIOTraceSql(Vdbe*);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h584 struct Vdbe *pVdbe; /* List of active virtual machines */
1493 Vdbe *pVdbe; /* An engine for executing database bytecode */
1915 Vdbe *sqlite3GetVdbe(Parse*);
2057 void sqlite3IndexAffinityStr(Vdbe *, Index *);
2058 void sqlite3TableAffinityStr(Vdbe *, Table *);
2099 void sqlite3ColumnDefault(Vdbe *, Table *, int);
2180 int sqlite3Reprepare(Vdbe*);
2255 void sqlite3VdbeIOTraceSql(Vdbe*);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c7383 ** A single VDBE is an opaque structure named "Vdbe". Only routines
7387 typedef struct Vdbe Vdbe; typedef in typeref:struct:Vdbe
7481 ** is made. That copy is freed when the Vdbe is finalized. But if the
7483 ** gets freed when the Vdbe is finalized so it still should be obtained
7491 ** The Vdbe.aColName array contains 5n Mem structures, where n is the
7713 SQLITE_PRIVATE Vdbe *sqlite3VdbeCreate(sqlite3*);
7714 SQLITE_PRIVATE int sqlite3VdbeAddOp0(Vdbe*,int);
7715 SQLITE_PRIVATE int sqlite3VdbeAddOp1(Vdbe*,int,int);
7716 SQLITE_PRIVATE int sqlite3VdbeAddOp2(Vdbe*,in
11898 struct Vdbe { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c7383 ** A single VDBE is an opaque structure named "Vdbe". Only routines
7387 typedef struct Vdbe Vdbe; typedef in typeref:struct:Vdbe
7481 ** is made. That copy is freed when the Vdbe is finalized. But if the
7483 ** gets freed when the Vdbe is finalized so it still should be obtained
7491 ** The Vdbe.aColName array contains 5n Mem structures, where n is the
7713 SQLITE_PRIVATE Vdbe *sqlite3VdbeCreate(sqlite3*);
7714 SQLITE_PRIVATE int sqlite3VdbeAddOp0(Vdbe*,int);
7715 SQLITE_PRIVATE int sqlite3VdbeAddOp1(Vdbe*,int,int);
7716 SQLITE_PRIVATE int sqlite3VdbeAddOp2(Vdbe*,in
11898 struct Vdbe { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c7383 ** A single VDBE is an opaque structure named "Vdbe". Only routines
7387 typedef struct Vdbe Vdbe; typedef in typeref:struct:Vdbe
7481 ** is made. That copy is freed when the Vdbe is finalized. But if the
7483 ** gets freed when the Vdbe is finalized so it still should be obtained
7491 ** The Vdbe.aColName array contains 5n Mem structures, where n is the
7713 SQLITE_PRIVATE Vdbe *sqlite3VdbeCreate(sqlite3*);
7714 SQLITE_PRIVATE int sqlite3VdbeAddOp0(Vdbe*,int);
7715 SQLITE_PRIVATE int sqlite3VdbeAddOp1(Vdbe*,int,int);
7716 SQLITE_PRIVATE int sqlite3VdbeAddOp2(Vdbe*,in
11898 struct Vdbe { struct
[all...]

Completed in 576 milliseconds