Searched refs:pOldItem (Results 1 – 1 of 1) sorted by relevance
194 struct SrcList_item *pOldItem = &p->a[i]; in sqliteSrcListDup() local195 pNewItem->zDatabase = sqliteStrDup(pOldItem->zDatabase); in sqliteSrcListDup()196 pNewItem->zName = sqliteStrDup(pOldItem->zName); in sqliteSrcListDup()197 pNewItem->zAlias = sqliteStrDup(pOldItem->zAlias); in sqliteSrcListDup()198 pNewItem->jointype = pOldItem->jointype; in sqliteSrcListDup()199 pNewItem->iCursor = pOldItem->iCursor; in sqliteSrcListDup()201 pNewItem->pSelect = sqliteSelectDup(pOldItem->pSelect); in sqliteSrcListDup()202 pNewItem->pOn = sqliteExprDup(pOldItem->pOn); in sqliteSrcListDup()203 pNewItem->pUsing = sqliteIdListDup(pOldItem->pUsing); in sqliteSrcListDup()218 struct IdList_item *pOldItem = &p->a[i]; in sqliteIdListDup() local[all …]