Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c15255 typedef struct SrcItem SrcItem; typedef
19124 struct SrcItem { struct
19125 Schema *pSchema; /* Schema to which this item is fixed */
19126 char *zDatabase; /* Name of database holding this table */
19127 char *zName; /* Name of the table */
19128 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */
19129 Table *pTab; /* An SQL table corresponding to zName */
19130 Select *pSelect; /* A SELECT statement used in place of a table name */
19131 int addrFillSub; /* Address of subroutine to manifest a subquery */
19132 int regReturn; /* Register holding return address of addrFillSub */
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15380 typedef struct SrcItem SrcItem; typedef
19262 struct SrcItem { struct
19263 Schema *pSchema; /* Schema to which this item is fixed */
19264 char *zDatabase; /* Name of database holding this table */
19265 char *zName; /* Name of the table */
19266 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */
19267 Table *pTab; /* An SQL table corresponding to zName */
19268 Select *pSelect; /* A SELECT statement used in place of a table name */
19269 int addrFillSub; /* Address of subroutine to manifest a subquery */
19270 int regReturn; /* Register holding return address of addrFillSub */
[all …]
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c15423 typedef struct SrcItem SrcItem; typedef
19307 struct SrcItem { struct
19308 Schema *pSchema; /* Schema to which this item is fixed */
19309 char *zDatabase; /* Name of database holding this table */
19310 char *zName; /* Name of the table */
19311 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */
19312 Table *pTab; /* An SQL table corresponding to zName */
19313 Select *pSelect; /* A SELECT statement used in place of a table name */
19314 int addrFillSub; /* Address of subroutine to manifest a subquery */
19315 int regReturn; /* Register holding return address of addrFillSub */
[all …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c15255 typedef struct SrcItem SrcItem; typedef
19124 struct SrcItem { struct
19125 Schema *pSchema; /* Schema to which this item is fixed */
19126 char *zDatabase; /* Name of database holding this table */
19127 char *zName; /* Name of the table */
19128 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */
19129 Table *pTab; /* An SQL table corresponding to zName */
19130 Select *pSelect; /* A SELECT statement used in place of a table name */
19131 int addrFillSub; /* Address of subroutine to manifest a subquery */
19132 int regReturn; /* Register holding return address of addrFillSub */
[all …]