Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtrigger.c142 nt->pColumns = sqliteIdListDup(pColumns); in sqliteBeginTrigger()
263 IdList *pNew = sqliteIdListDup(p->pIdList); in sqlitePersistTriggerStep()
638 sqliteIdListDup(pTriggerStep->pIdList), orconf); in codeTriggerProgram()
H A DsqliteInt.h1221 IdList *sqliteIdListDup(IdList*);
H A Dexpr.c200 pNewItem->pUsing = sqliteIdListDup(pOldItem->pUsing); in sqliteSrcListDup()
204 IdList *sqliteIdListDup(IdList *p){ in sqliteIdListDup() function