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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/
H A Dparsefuncs.c128 IdList *pColumns, /* column list if this is an UPDATE OF trigger */
278 IdList *sqlite3IdListAppend(sqlite3 *db, IdList *pList, Token *pToken)
287 void sqlite3IdListDelete(IdList *pList)
298 IdList *pColumn, /* Column names corresponding to IDLIST. */
429 IdList *pUsing /* The USING clause of a join */
471 IdList *pColumn, /* List of columns in pTableName to insert into */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dparsefuncs.c128 IdList *pColumns, /* column list if this is an UPDATE OF trigger */
278 IdList *sqlite3IdListAppend(sqlite3 *db, IdList *pList, Token *pToken)
287 void sqlite3IdListDelete(IdList *pList)
298 IdList *pColumn, /* Column names corresponding to IDLIST. */
429 IdList *pUsing /* The USING clause of a join */
471 IdList *pColumn, /* List of columns in pTableName to insert into */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dparsefuncs.c128 IdList *pColumns, /* column list if this is an UPDATE OF trigger */
278 IdList *sqlite3IdListAppend(sqlite3 *db, IdList *pList, Token *pToken)
287 void sqlite3IdListDelete(IdList *pList)
298 IdList *pColumn, /* Column names corresponding to IDLIST. */
429 IdList *pUsing /* The USING clause of a join */
471 IdList *pColumn, /* List of columns in pTableName to insert into */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h417 typedef struct IdList IdList; typedef in typeref:struct:IdList
1219 ** The IdList.a.idx field is used when the IdList represents the list of
1224 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
1226 struct IdList { struct
1273 IdList *pUsing; /* The USING clause of a join */
1602 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
1670 IdList *pIdList; /* Valid for INSERT statements only */
1863 void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]
H A Dparse.c47 ** Then the "b" IdList records the list "a,b,c".
49 struct TrigEvent { int a; IdList * b; };
123 IdList* yy432;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h417 typedef struct IdList IdList; typedef in typeref:struct:IdList
1219 ** The IdList.a.idx field is used when the IdList represents the list of
1224 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
1226 struct IdList { struct
1273 IdList *pUsing; /* The USING clause of a join */
1602 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
1670 IdList *pIdList; /* Valid for INSERT statements only */
1863 void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]
H A Dparse.c47 ** Then the "b" IdList records the list "a,b,c".
49 struct TrigEvent { int a; IdList * b; };
123 IdList* yy432;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h417 typedef struct IdList IdList; typedef in typeref:struct:IdList
1219 ** The IdList.a.idx field is used when the IdList represents the list of
1224 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
1226 struct IdList { struct
1273 IdList *pUsing; /* The USING clause of a join */
1602 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
1670 IdList *pIdList; /* Valid for INSERT statements only */
1863 void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]
H A Dparse.c47 ** Then the "b" IdList records the list "a,b,c".
49 struct TrigEvent { int a; IdList * b; };
123 IdList* yy432;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c7073 typedef struct IdList IdList; typedef in typeref:struct:IdList
9575 ** The IdList.a.idx field is used when the IdList represents the list of
9580 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
9582 struct IdList { struct
9638 IdList *pUsing; /* The USING clause of a join */
10076 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
10140 IdList *pIdList; /* Column names for INSERT */
10476 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c7073 typedef struct IdList IdList; typedef in typeref:struct:IdList
9575 ** The IdList.a.idx field is used when the IdList represents the list of
9580 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
9582 struct IdList { struct
9638 IdList *pUsing; /* The USING clause of a join */
10076 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
10140 IdList *pIdList; /* Column names for INSERT */
10476 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c7073 typedef struct IdList IdList; typedef in typeref:struct:IdList
9575 ** The IdList.a.idx field is used when the IdList represents the list of
9580 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
9582 struct IdList { struct
9638 IdList *pUsing; /* The USING clause of a join */
10076 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
10140 IdList *pIdList; /* Column names for INSERT */
10476 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]

Completed in 634 milliseconds