Searched defs:ExplainQueryPlan2 (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | sqlite3.c | 16772 # define ExplainQueryPlan2(V,P) (V = sqlite3VdbeExplain P) macro 16774 # define ExplainQueryPlan2(V,P) ExplainQueryPlan(P) macro 16780 # define ExplainQueryPlan2(V,P) macro
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 16901 # define ExplainQueryPlan2(V,P) (V = sqlite3VdbeExplain P) macro 16903 # define ExplainQueryPlan2(V,P) ExplainQueryPlan(P) macro 16909 # define ExplainQueryPlan2(V,P) macro
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/ |
D | sqlite3.c | 16953 # define ExplainQueryPlan2(V,P) (V = sqlite3VdbeExplain P) macro 16955 # define ExplainQueryPlan2(V,P) ExplainQueryPlan(P) macro 16961 # define ExplainQueryPlan2(V,P) macro
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
H A D | sqlite3.c | 16772 # define ExplainQueryPlan2(V,P) (V = sqlite3VdbeExplain P) macro 16774 # define ExplainQueryPlan2(V,P) ExplainQueryPlan(P) macro 16780 # define ExplainQueryPlan2(V,P) macro
|