Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c15242 typedef struct OnOrUsing OnOrUsing; typedef
19171 struct OnOrUsing { struct
19172 Expr *pOn; /* The ON clause of a join */
19173 IdList *pUsing; /* The USING clause of a join */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15367 typedef struct OnOrUsing OnOrUsing; typedef
19311 struct OnOrUsing { struct
19312 Expr *pOn; /* The ON clause of a join */
19313 IdList *pUsing; /* The USING clause of a join */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c15410 typedef struct OnOrUsing OnOrUsing; typedef
19354 struct OnOrUsing { struct
19355 Expr *pOn; /* The ON clause of a join */
19356 IdList *pUsing; /* The USING clause of a join */
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c15242 typedef struct OnOrUsing OnOrUsing; typedef
19171 struct OnOrUsing { struct
19172 Expr *pOn; /* The ON clause of a join */
19173 IdList *pUsing; /* The USING clause of a join */