Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c191 struct SrcList_item *pOldItem = &p->a[i]; in sqliteSrcListDup() local
193 pNewItem->zName = sqliteStrDup(pOldItem->zName); in sqliteSrcListDup()
194 pNewItem->zAlias = sqliteStrDup(pOldItem->zAlias); in sqliteSrcListDup()
195 pNewItem->jointype = pOldItem->jointype; in sqliteSrcListDup()
196 pNewItem->iCursor = pOldItem->iCursor; in sqliteSrcListDup()
198 pNewItem->pSelect = sqliteSelectDup(pOldItem->pSelect); in sqliteSrcListDup()
199 pNewItem->pOn = sqliteExprDup(pOldItem->pOn); in sqliteSrcListDup()
200 pNewItem->pUsing = sqliteIdListDup(pOldItem->pUsing); in sqliteSrcListDup()
215 struct IdList_item *pOldItem = &p->a[i]; in sqliteIdListDup() local
216 pNewItem->zName = sqliteStrDup(pOldItem->zName); in sqliteIdListDup()
[all …]