Home
last modified time | relevance | path

Searched defs:Vdbe (Results 1 – 1 of 1) sorted by path

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c14700 typedef struct Vdbe Vdbe; typedef
20312 struct Vdbe { struct
20314 Vdbe *pPrev,*pNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
20334 /* When allocating a new Vdbe object, all of the fields below should be argument
20339 int nOpAlloc; /* Slots allocated for aOp[] */
20340 Mem *aColName; /* Column names to return */
20341 Mem *pResultSet; /* Pointer to an array of results */
20342 char *zErrMsg; /* Error message written here */
20343 VList *pVList; /* Name of variables */
20372 VdbeFrame *pFrame; /* Parent frame */ argument
[all …]

Completed in 436 milliseconds