Home
last modified time | relevance | path

Searched refs:VdbeOp (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbe.h42 struct VdbeOp { struct
73 typedef struct VdbeOp VdbeOp; argument
80 VdbeOp *aOp; /* Array of opcodes for sub-program */
183 VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
204 VdbeOp *sqlite3VdbeTakeOpArray(Vdbe*, int*, int*);
H A Dvdbeaux.c112 VdbeOp *pNew; in growOpArray()
140 VdbeOp *pOp; in sqlite3VdbeAddOp3()
461 VdbeOp *sqlite3VdbeTakeOpArray(Vdbe *p, int *pnOp, int *pnMaxArg){ in sqlite3VdbeTakeOpArray()
462 VdbeOp *aOp = p->aOp; in sqlite3VdbeTakeOpArray()
490 VdbeOp *pOut = &p->aOp[i+addr]; in sqlite3VdbeAddOpList()
667 VdbeOp *pOp = &p->aOp[addr]; in sqlite3VdbeChangeToNoop()
827 VdbeOp *sqlite3VdbeGetOp(Vdbe *p, int addr){ in sqlite3VdbeGetOp()
834 if( p->nOp==0 ) return (VdbeOp*)&dummy; in sqlite3VdbeGetOp()
840 return (VdbeOp*)&dummy; in sqlite3VdbeGetOp()
1312 VdbeOp *pOp; in sqlite3VdbePrintSql()
[all …]
H A DvdbeInt.h26 typedef struct VdbeOp Op;
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dvdbe.h36 struct VdbeOp { struct
47 typedef struct VdbeOp VdbeOp; argument
98 VdbeOp *sqliteVdbeGetOp(Vdbe*, int);
H A DvdbeInt.h41 typedef struct VdbeOp Op;
H A Dvdbeaux.c76 VdbeOp *pOp; in sqliteVdbeAddOp()
222 VdbeOp *pOut = &p->aOp[i+addr]; in sqliteVdbeAddOpList()
384 VdbeOp *sqliteVdbeGetOp(Vdbe *p, int addr){ in sqliteVdbeGetOp()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dvdbe.h36 struct VdbeOp { struct
47 typedef struct VdbeOp VdbeOp; argument
98 VdbeOp *sqliteVdbeGetOp(Vdbe*, int);
H A DvdbeInt.h41 typedef struct VdbeOp Op;
H A Dvdbeaux.c76 VdbeOp *pOp; in sqliteVdbeAddOp()
222 VdbeOp *pOut = &p->aOp[i+addr]; in sqliteVdbeAddOpList()
384 VdbeOp *sqliteVdbeGetOp(Vdbe *p, int addr){ in sqliteVdbeGetOp()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dvdbe.h36 struct VdbeOp { struct
47 typedef struct VdbeOp VdbeOp; argument
98 VdbeOp *sqliteVdbeGetOp(Vdbe*, int);
H A DvdbeInt.h41 typedef struct VdbeOp Op;
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbe.h41 struct VdbeOp { struct
79 typedef struct VdbeOp VdbeOp; argument
86 VdbeOp *aOp; /* Array of opcodes for sub-program */
199 VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp, int iLineno);
213 VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
236 VdbeOp *sqlite3VdbeTakeOpArray(Vdbe*, int*, int*);
H A Dvdbeaux.c103 VdbeOp *pNew; in growOpArray()
172 VdbeOp *pOp; in sqlite3VdbeAddOp3()
331 VdbeOp *pOp = &p->aOp[addr]; in sqlite3VdbeAddOp4Int()
693 VdbeOp *aOp = p->aOp; in sqlite3VdbeTakeOpArray()
712 VdbeOp *sqlite3VdbeAddOpList( in sqlite3VdbeAddOpList()
719 VdbeOp *pOut, *pFirst; in sqlite3VdbeAddOpList()
912 VdbeOp *pOp; in sqlite3VdbeChangeToNoop()
1015 VdbeOp *pOp; in sqlite3VdbeAppendP4()
1110 return (VdbeOp*)&dummy; in sqlite3VdbeGetOp()
1794 const VdbeOp *pOp = &p->aOp[0]; in sqlite3VdbePrintSql()
[all …]
H A Dpragma.c481 VdbeOp *aOp; in sqlite3Pragma()
735 VdbeOp *aOp; in sqlite3Pragma()
1703 VdbeOp *aOp; in sqlite3Pragma()
1829 VdbeOp *aOp; in sqlite3Pragma()
1844 VdbeOp *aOp; in sqlite3Pragma()
H A Dinsert.c174 VdbeOp *pOp = sqlite3VdbeGetOp(v, i); in readsTable()
283 VdbeOp *aOp; in sqlite3AutoincrementBegin()
339 VdbeOp *aOp; in autoIncrementEnd()
912 VdbeOp *pOp; in sqlite3Insert()
H A DvdbeInt.h45 typedef struct VdbeOp Op;
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbe.h41 struct VdbeOp { struct
80 typedef struct VdbeOp VdbeOp; typedef
87 VdbeOp *aOp; /* Array of opcodes for sub-program */
207 VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno);
245 VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
272 VdbeOp *sqlite3VdbeTakeOpArray(Vdbe*, int*, int*);
393 void sqlite3VdbePrintOp(FILE*, int, VdbeOp*);
H A Dvdbeaux.c158 VdbeOp *pNew; in growOpArray()
236 VdbeOp *pOp; in sqlite3VdbeAddOp3()
409 VdbeOp *pOp; in sqlite3VdbeExplainParent()
951 VdbeOp *aOp = p->aOp; in sqlite3VdbeTakeOpArray()
970 VdbeOp *sqlite3VdbeAddOpList( in sqlite3VdbeAddOpList()
977 VdbeOp *pOut, *pFirst; in sqlite3VdbeAddOpList()
1204 VdbeOp *pOp; in sqlite3VdbeChangeToNoop()
1342 VdbeOp *pOp; in sqlite3VdbeAppendP4()
1438 return (VdbeOp*)&dummy; in sqlite3VdbeGetOp()
2221 VdbeOp *pOp; in sqlite3VdbeIOTraceSql()
[all …]
H A Dpragma.c517 VdbeOp *aOp; in sqlite3Pragma()
782 VdbeOp *aOp; in sqlite3Pragma()
1789 VdbeOp *aOp; in sqlite3Pragma()
1916 VdbeOp *aOp; in sqlite3Pragma()
1932 VdbeOp *aOp; in sqlite3Pragma()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbe.h41 struct VdbeOp { struct
80 typedef struct VdbeOp VdbeOp; argument
87 VdbeOp *aOp; /* Array of opcodes for sub-program */
207 VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno);
244 VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
271 VdbeOp *sqlite3VdbeTakeOpArray(Vdbe*, int*, int*);
389 void sqlite3VdbePrintOp(FILE*, int, VdbeOp*);
H A Dvdbeaux.c158 VdbeOp *pNew; in growOpArray()
236 VdbeOp *pOp; in sqlite3VdbeAddOp3()
409 VdbeOp *pOp; in sqlite3VdbeExplainParent()
948 VdbeOp *aOp = p->aOp; in sqlite3VdbeTakeOpArray()
967 VdbeOp *sqlite3VdbeAddOpList( in sqlite3VdbeAddOpList()
974 VdbeOp *pOut, *pFirst; in sqlite3VdbeAddOpList()
1173 VdbeOp *pOp; in sqlite3VdbeChangeToNoop()
1311 VdbeOp *pOp; in sqlite3VdbeAppendP4()
1407 return (VdbeOp*)&dummy; in sqlite3VdbeGetOp()
2159 VdbeOp *pOp; in sqlite3VdbeIOTraceSql()
[all …]
H A Dpragma.c515 VdbeOp *aOp; in sqlite3Pragma()
774 VdbeOp *aOp; in sqlite3Pragma()
1760 VdbeOp *aOp; in sqlite3Pragma()
1896 VdbeOp *aOp; in sqlite3Pragma()
1911 VdbeOp *aOp; in sqlite3Pragma()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbe.h41 struct VdbeOp { struct
80 typedef struct VdbeOp VdbeOp; argument
87 VdbeOp *aOp; /* Array of opcodes for sub-program */
207 VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno);
245 VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
272 VdbeOp *sqlite3VdbeTakeOpArray(Vdbe*, int*, int*);
393 void sqlite3VdbePrintOp(FILE*, int, VdbeOp*);
H A Dvdbeaux.c158 VdbeOp *pNew; in growOpArray()
236 VdbeOp *pOp; in sqlite3VdbeAddOp3()
409 VdbeOp *pOp; in sqlite3VdbeExplainParent()
950 VdbeOp *aOp = p->aOp; in sqlite3VdbeTakeOpArray()
969 VdbeOp *sqlite3VdbeAddOpList( in sqlite3VdbeAddOpList()
976 VdbeOp *pOut, *pFirst; in sqlite3VdbeAddOpList()
1203 VdbeOp *pOp; in sqlite3VdbeChangeToNoop()
1341 VdbeOp *pOp; in sqlite3VdbeAppendP4()
1437 return (VdbeOp*)&dummy; in sqlite3VdbeGetOp()
2220 VdbeOp *pOp; in sqlite3VdbeIOTraceSql()
[all …]
H A Dpragma.c517 VdbeOp *aOp; in sqlite3Pragma()
782 VdbeOp *aOp; in sqlite3Pragma()
1789 VdbeOp *aOp; in sqlite3Pragma()
1916 VdbeOp *aOp; in sqlite3Pragma()
1932 VdbeOp *aOp; in sqlite3Pragma()

123456789