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

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y62 ** Then the "b" IdList records the list "a,b,c".
64 struct TrigEvent { int a; IdList * b; };
480 %type using_opt {IdList*}
577 %type inscollist_opt {IdList*}
579 %type inscollist {IdList*}
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c7884 typedef struct IdList IdList; typedef in typeref:struct:IdList
10437 ** The IdList.a.idx field is used when the IdList represents the list of
10442 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
10444 struct IdList { struct
10505 IdList *pUsing; /* The USING clause of a join */
10964 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
11028 IdList *pIdList; /* Column names for INSERT */
11367 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]

Completed in 494 milliseconds