Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c15220 typedef struct CteUse CteUse; typedef
20246 struct CteUse { struct
20247 int nUse; /* Number of users of this CTE */
20248 int addrM9e; /* Start of subroutine to compute materialization */
20249 int regRtn; /* Return address register for addrM9e subroutine */
20250 int iCur; /* Ephemeral table holding the materialization */
20251 LogEst nRowEst; /* Estimated number of rows in the table */
20252 u8 eM10d; /* The MATERIALIZED flag */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15345 typedef struct CteUse CteUse; typedef
20396 struct CteUse { struct
20397 int nUse; /* Number of users of this CTE */
20398 int addrM9e; /* Start of subroutine to compute materialization */
20399 int regRtn; /* Return address register for addrM9e subroutine */
20400 int iCur; /* Ephemeral table holding the materialization */
20401 LogEst nRowEst; /* Estimated number of rows in the table */
20402 u8 eM10d; /* The MATERIALIZED flag */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c15388 typedef struct CteUse CteUse; typedef
20437 struct CteUse { struct
20438 int nUse; /* Number of users of this CTE */
20439 int addrM9e; /* Start of subroutine to compute materialization */
20440 int regRtn; /* Return address register for addrM9e subroutine */
20441 int iCur; /* Ephemeral table holding the materialization */
20442 LogEst nRowEst; /* Estimated number of rows in the table */
20443 u8 eM10d; /* The MATERIALIZED flag */
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c15220 typedef struct CteUse CteUse; typedef
20246 struct CteUse { struct
20247 int nUse; /* Number of users of this CTE */
20248 int addrM9e; /* Start of subroutine to compute materialization */
20249 int regRtn; /* Return address register for addrM9e subroutine */
20250 int iCur; /* Ephemeral table holding the materialization */
20251 LogEst nRowEst; /* Estimated number of rows in the table */
20252 u8 eM10d; /* The MATERIALIZED flag */