Searched refs:pOldItem (Results 1 – 1 of 1) sorted by relevance
191 struct SrcList_item *pOldItem = &p->a[i]; in sqliteSrcListDup() local192 pNewItem->zDatabase = sqliteStrDup(pOldItem->zDatabase); in sqliteSrcListDup()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[all …]