Searched refs:SrcList (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y398 %type seltablist {SrcList*}
400 %type stl_prefix {SrcList*}
402 %type from {SrcList*}
462 %type fullname {SrcList*}
746 SrcList *pSrc = sqlite3SrcListAppend(0,&Y,&Z);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c7897 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
10470 ** the SrcList.a[] array.
10486 struct SrcList { struct
10513 ** Permitted values of the SrcList.a.jointype field
10620 SrcList *pTabList; /* List of tables in the join */
10657 SrcList *pSrcList; /* One or more tables used to resolve names */
10694 SrcList *pSrc; /* The FROM clause */
11358 SQLITE_PRIVATE void sqlite3DropTable(Parse*, SrcList*, int, int);
11367 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprLis
[all...]

Completed in 341 milliseconds