Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c16346 typedef struct Vdbe Vdbe; typedef
23382 struct Vdbe { struct
23384 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
23385 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
23389 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
23400 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
23403 /* When allocating a new Vdbe object, all of the fields below should be argument
23425 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument
23442 VdbeFrame *pFrame; /* Parent frame */ argument
23443 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c16472 typedef struct Vdbe Vdbe; typedef
23548 struct Vdbe { struct
23550 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
23551 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
23555 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
23566 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
23569 /* When allocating a new Vdbe object, all of the fields below should be argument
23591 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument
23608 VdbeFrame *pFrame; /* Parent frame */ argument
23609 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c16525 typedef struct Vdbe Vdbe; typedef
23605 struct Vdbe { struct
23607 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
23608 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
23612 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
23623 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
23626 /* When allocating a new Vdbe object, all of the fields below should be argument
23648 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument
23665 VdbeFrame *pFrame; /* Parent frame */ argument
23666 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c16346 typedef struct Vdbe Vdbe; typedef
23382 struct Vdbe { struct
23384 Vdbe **ppVPrev,*pVNext; /* Linked list of VDBEs with the same Vdbe.db */ argument
23385 Parse *pParse; /* Parsing context used to create this Vdbe */ argument
23389 u32 cacheCtr; /* VdbeCursor row cache generation counter */ argument
23400 VdbeCursor **apCsr; /* One element of this array for each open cursor */ argument
23403 /* When allocating a new Vdbe object, all of the fields below should be argument
23425 u8 eVdbeState; /* On of the VDBE_*_STATE values */ argument
23442 VdbeFrame *pFrame; /* Parent frame */ argument
23443 VdbeFrame *pDelFrame; /* List of frame objects to free on VM reset */ argument
[all …]