Searched defs:IdList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h612 typedef struct IdList IdList; typedef in typeref:struct:IdList
1784 ** The IdList.a.idx field is used when the IdList represents the list of
1789 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
1791 struct IdList { struct
1850 IdList *pUsing; /* The USING clause of a join */
2305 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
2369 IdList *pIdList; /* Column names for INSERT */
2714 void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7592 typedef struct IdList IdList; typedef in typeref:struct:IdList
10129 ** The IdList.a.idx field is used when the IdList represents the list of
10134 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
10136 struct IdList { struct
10195 IdList *pUsing; /* The USING clause of a join */
10650 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
10714 IdList *pIdList; /* Column names for INSERT */
11059 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8795 typedef struct IdList IdList; typedef in typeref:struct:IdList
11506 ** The IdList.a.idx field is used when the IdList represents the list of
11511 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
11513 struct IdList { struct
11583 IdList *pUsing; /* The USING clause of a join */
12063 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
12127 IdList *pIdList; /* Column names for INSERT */
12574 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, Select*, IdList*, in
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8795 typedef struct IdList IdList; typedef in typeref:struct:IdList
11506 ** The IdList.a.idx field is used when the IdList represents the list of
11511 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
11513 struct IdList { struct
11583 IdList *pUsing; /* The USING clause of a join */
12063 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
12127 IdList *pIdList; /* Column names for INSERT */
12574 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, Select*, IdList*, in
[all...]

Completed in 523 milliseconds