Searched refs:sqliteIdListDup (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dtrigger.c145 nt->pColumns = sqliteIdListDup(pColumns);
266 IdList *pNew = sqliteIdListDup(p->pIdList);
641 sqliteIdListDup(pTriggerStep->pIdList), orconf);
H A Dexpr.c118 ** sqliteIdListDup(), and sqliteSrcListDup() can not be further expanded
203 pNewItem->pUsing = sqliteIdListDup(pOldItem->pUsing);
207 IdList *sqliteIdListDup(IdList *p){ function
H A DsqliteInt.h1224 IdList *sqliteIdListDup(IdList*);

Completed in 32 milliseconds