Home
last modified time | relevance | path

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

/dports/databases/sqlite2/sqlite-2.8.17/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
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
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
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h1217 IdList *sqliteIdListDup(IdList*);