Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c16772 # 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/
Dsqlite3.c16901 # 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/
Dsqlite3.c16953 # 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 Dsqlite3.c16772 # define ExplainQueryPlan2(V,P) (V = sqlite3VdbeExplain P) macro
16774 # define ExplainQueryPlan2(V,P) ExplainQueryPlan(P) macro
16780 # define ExplainQueryPlan2(V,P) macro