Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c23122 typedef struct VdbeFrame VdbeFrame; typedef
23123 struct VdbeFrame { struct
23125 VdbeFrame *pParent; /* Parent of this frame, or NULL if parent is main */ argument
23146 /* Magic number for sanity checking on VdbeFrame objects */ argument
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c23288 typedef struct VdbeFrame VdbeFrame; typedef
23289 struct VdbeFrame { struct
23291 VdbeFrame *pParent; /* Parent of this frame, or NULL if parent is main */ argument
23312 /* Magic number for sanity checking on VdbeFrame objects */ argument
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c23345 typedef struct VdbeFrame VdbeFrame; typedef
23346 struct VdbeFrame { struct
23348 VdbeFrame *pParent; /* Parent of this frame, or NULL if parent is main */ argument
23369 /* Magic number for sanity checking on VdbeFrame objects */ argument
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c23122 typedef struct VdbeFrame VdbeFrame; typedef
23123 struct VdbeFrame { struct
23125 VdbeFrame *pParent; /* Parent of this frame, or NULL if parent is main */ argument
23146 /* Magic number for sanity checking on VdbeFrame objects */ argument