Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c18976 # define ExprHasVVAProperty(E,P) (((E)->vvaFlags&(P))!=0) macro
18980 # define ExprHasVVAProperty(E,P) 0 macro
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c19112 # define ExprHasVVAProperty(E,P) (((E)->vvaFlags&(P))!=0) macro
19116 # define ExprHasVVAProperty(E,P) 0 macro
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c19159 # define ExprHasVVAProperty(E,P) (((E)->vvaFlags&(P))!=0) macro
19163 # define ExprHasVVAProperty(E,P) 0 macro
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c18976 # define ExprHasVVAProperty(E,P) (((E)->vvaFlags&(P))!=0) macro
18980 # define ExprHasVVAProperty(E,P) 0 macro