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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dtrigger.c30 sqliteIdListDelete(pTmp->pIdList);
265 if( p->pIdList ){
266 IdList *pNew = sqliteIdListDup(p->pIdList);
267 sqliteIdListDelete(p->pIdList);
268 p->pIdList = pNew;
314 pTriggerStep->pIdList = pColumn;
506 ** in pEList have an <id> which matches an identifier in pIdList,
507 ** then return TRUE. If pIdList==NULL, then it is considered a
512 static int checkColumnOverLap(IdList *pIdList, ExprList *pEList){ argument
514 if( !pIdList || !pELis
[all...]
H A DsqliteInt.h1007 * pIdList -> If this is an INSERT INTO ... (<column-names>) VALUES ...
1036 IdList *pIdList; /* Valid for INSERT statements only */ member in struct:TriggerStep

Completed in 34 milliseconds