Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h1200 typedef struct OnOrUsing OnOrUsing; typedef
3159 struct OnOrUsing { struct
4708 Token*, Select*, OnOrUsing*);
4715 void sqlite3ClearOnOrUsing(sqlite3*, OnOrUsing*);
H A Dparse.y802 %type on_using {OnOrUsing}
H A Dbuild.c4949 OnOrUsing *pOnUsing /* Either the ON clause or the USING clause */ in sqlite3SrcListAppendFromTerm()
H A Dexpr.c1262 void sqlite3ClearOnOrUsing(sqlite3 *db, OnOrUsing *p){ in sqlite3ClearOnOrUsing()