Home
last modified time | relevance | path

Searched defs:Vdbe (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DvdbeInt.h230 struct Vdbe { struct
232 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
237 int nLabel; /* Number of labels used */
239 int *aLabel; /* Space to hold the labels */
241 Mem *pTos; /* Top entry in the operand stack */
244 int nCursor; /* Number of slots in aCsr[] */
247 FILE *pFile; /* At most one open file handler */
248 int nField; /* Number of file fields */
249 char **azField; /* Data for each file field */
278 int popStack; /* Pop the stack this much on entry to VdbeExec() */ argument
[all …]
H A Dvdbe.h29 typedef struct Vdbe Vdbe; typedef
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DvdbeInt.h230 struct Vdbe { struct
232 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
237 int nLabel; /* Number of labels used */
239 int *aLabel; /* Space to hold the labels */
241 Mem *pTos; /* Top entry in the operand stack */
244 int nCursor; /* Number of slots in aCsr[] */
247 FILE *pFile; /* At most one open file handler */
248 int nField; /* Number of file fields */
249 char **azField; /* Data for each file field */
278 int popStack; /* Pop the stack this much on entry to VdbeExec() */ argument
[all …]
H A Dvdbe.h29 typedef struct Vdbe Vdbe; typedef
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DvdbeInt.h230 struct Vdbe { struct
232 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
237 int nLabel; /* Number of labels used */
239 int *aLabel; /* Space to hold the labels */
241 Mem *pTos; /* Top entry in the operand stack */
244 int nCursor; /* Number of slots in aCsr[] */
247 FILE *pFile; /* At most one open file handler */
248 int nField; /* Number of file fields */
249 char **azField; /* Data for each file field */
278 int popStack; /* Pop the stack this much on entry to VdbeExec() */ argument
[all …]
H A Dvdbe.h29 typedef struct Vdbe Vdbe; typedef
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DvdbeInt.h268 struct Vdbe { struct
285 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
290 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
291 int pc; /* The program counter */
292 int rc; /* Value to return */
293 u8 errorAction; /* Recovery action to do in case of an error */
294 u8 okVar; /* True if azVar[] has been initialized */
295 u8 explain; /* True if EXPLAIN present on SQL command */
319 VdbeFrame *pFrame; /* Parent frame */ argument
320 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DvdbeInt.h378 struct Vdbe { struct
380 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
400 /* When allocating a new Vdbe object, all of the fields below should be argument
404 int nOp; /* Number of instructions in the program */
405 int nOpAlloc; /* Slots allocated for aOp[] */
406 Mem *aColName; /* Column names to return */
407 Mem *pResultSet; /* Pointer to an array of results */
408 char *zErrMsg; /* Error message written here */
409 VList *pVList; /* Name of variables */
438 VdbeFrame *pFrame; /* Parent frame */ argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DvdbeInt.h379 struct Vdbe { struct
381 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
401 /* When allocating a new Vdbe object, all of the fields below should be argument
405 int nOp; /* Number of instructions in the program */
406 int nOpAlloc; /* Slots allocated for aOp[] */
407 Mem *aColName; /* Column names to return */
408 Mem *pResultSet; /* Pointer to an array of results */
409 char *zErrMsg; /* Error message written here */
410 VList *pVList; /* Name of variables */
439 VdbeFrame *pFrame; /* Parent frame */ argument
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DvdbeInt.h347 struct Vdbe { struct
349 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
350 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
355 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
365 /* When allocating a new Vdbe object, all of the fields below should be argument
374 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
375 Mem *aVar; /* Values for the OP_Variable opcode. */
376 VList *pVList; /* Name of variables */
401 VdbeFrame *pFrame; /* Parent frame */ argument
402 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DvdbeInt.h380 struct Vdbe { struct
382 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
402 /* When allocating a new Vdbe object, all of the fields below should be argument
406 int nOp; /* Number of instructions in the program */
407 int nOpAlloc; /* Slots allocated for aOp[] */
408 Mem *aColName; /* Column names to return */
409 Mem *pResultSet; /* Pointer to an array of results */
410 char *zErrMsg; /* Error message written here */
411 VList *pVList; /* Name of variables */
440 VdbeFrame *pFrame; /* Parent frame */ argument
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c6839 typedef struct Vdbe Vdbe; typedef
17071 struct Vdbe { struct
17073 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
17083 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
17091 int cacheCtr; /* VdbeCursor row cache generation counter */ argument
17095 int pc; /* The program counter */
17096 int rc; /* Value to return */
17099 char **azResColumn; /* Values for one row of result */
17100 char *zErrMsg; /* Error message written here */
17126 Vdbe *pLruPrev; argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c1450 typedef struct Vdbe Vdbe; typedef
5997 struct Vdbe { struct
6014 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
6019 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
6020 int pc; /* The program counter */
6021 int rc; /* Value to return */
6022 u8 errorAction; /* Recovery action to do in case of an error */
6023 u8 okVar; /* True if azVar[] has been initialized */
6024 u8 explain; /* True if EXPLAIN present on SQL command */
6048 VdbeFrame *pFrame; /* Parent frame */ argument
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c9710 typedef struct Vdbe Vdbe; typedef
14925 struct Vdbe { struct
14932 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14938 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14944 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14945 int pc; /* The program counter */
14946 int rc; /* Value to return */
14951 u8 errorAction; /* Recovery action to do in case of an error */
14976 VdbeFrame *pFrame; /* Parent frame */ argument
14977 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c9710 typedef struct Vdbe Vdbe; typedef
14925 struct Vdbe { struct
14932 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14938 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14944 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14945 int pc; /* The program counter */
14946 int rc; /* Value to return */
14951 u8 errorAction; /* Recovery action to do in case of an error */
14976 VdbeFrame *pFrame; /* Parent frame */ argument
14977 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c10711 typedef struct Vdbe Vdbe; typedef
16202 struct Vdbe { struct
16209 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
16215 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
16221 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
16222 int pc; /* The program counter */
16223 int rc; /* Value to return */
16228 u8 errorAction; /* Recovery action to do in case of an error */
16229 bft expired:1; /* True if the VM needs to be recompiled */
16253 VdbeFrame *pFrame; /* Parent frame */ argument
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c9545 typedef struct Vdbe Vdbe; typedef
14731 struct Vdbe { struct
14738 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14744 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14750 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14751 int pc; /* The program counter */
14752 int rc; /* Value to return */
14757 u8 errorAction; /* Recovery action to do in case of an error */
14782 VdbeFrame *pFrame; /* Parent frame */ argument
14783 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c10553 typedef struct Vdbe Vdbe; typedef
15932 struct Vdbe { struct
15939 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
15945 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
15951 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
15952 int pc; /* The program counter */
15953 int rc; /* Value to return */
15958 u8 errorAction; /* Recovery action to do in case of an error */
15983 VdbeFrame *pFrame; /* Parent frame */ argument
15984 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/sqlite/
H A Dsqlite3.c10553 typedef struct Vdbe Vdbe; typedef
15932 struct Vdbe { struct
15939 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
15945 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
15951 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
15952 int pc; /* The program counter */
15953 int rc; /* Value to return */
15958 u8 errorAction; /* Recovery action to do in case of an error */
15983 VdbeFrame *pFrame; /* Parent frame */ argument
15984 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c9710 typedef struct Vdbe Vdbe; typedef
14925 struct Vdbe { struct
14932 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14938 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14944 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14945 int pc; /* The program counter */
14946 int rc; /* Value to return */
14951 u8 errorAction; /* Recovery action to do in case of an error */
14976 VdbeFrame *pFrame; /* Parent frame */ argument
14977 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9710 typedef struct Vdbe Vdbe; typedef
14925 struct Vdbe { struct
14932 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14938 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14944 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14945 int pc; /* The program counter */
14946 int rc; /* Value to return */
14951 u8 errorAction; /* Recovery action to do in case of an error */
14976 VdbeFrame *pFrame; /* Parent frame */ argument
14977 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9710 typedef struct Vdbe Vdbe; typedef
14925 struct Vdbe { struct
14932 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14938 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14944 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14945 int pc; /* The program counter */
14946 int rc; /* Value to return */
14951 u8 errorAction; /* Recovery action to do in case of an error */
14976 VdbeFrame *pFrame; /* Parent frame */ argument
14977 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9710 typedef struct Vdbe Vdbe; typedef
14925 struct Vdbe { struct
14932 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14938 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14944 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14945 int pc; /* The program counter */
14946 int rc; /* Value to return */
14951 u8 errorAction; /* Recovery action to do in case of an error */
14976 VdbeFrame *pFrame; /* Parent frame */ argument
14977 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9710 typedef struct Vdbe Vdbe; typedef
14925 struct Vdbe { struct
14932 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14938 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14944 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14945 int pc; /* The program counter */
14946 int rc; /* Value to return */
14951 u8 errorAction; /* Recovery action to do in case of an error */
14976 VdbeFrame *pFrame; /* Parent frame */ argument
14977 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c9710 typedef struct Vdbe Vdbe; typedef
14925 struct Vdbe { struct
14932 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
14938 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
14944 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
14945 int pc; /* The program counter */
14946 int rc; /* Value to return */
14951 u8 errorAction; /* Recovery action to do in case of an error */
14976 VdbeFrame *pFrame; /* Parent frame */ argument
14977 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]

1234567