Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c1664 SrcItem *pNewItem = &pNew->a[i]; in sqlite3SrcListDup() local
1667 pNewItem->pSchema = pOldItem->pSchema; in sqlite3SrcListDup()
1671 pNewItem->fg = pOldItem->fg; in sqlite3SrcListDup()
1675 if( pNewItem->fg.isIndexedBy ){ in sqlite3SrcListDup()
1678 pNewItem->u2 = pOldItem->u2; in sqlite3SrcListDup()
1679 if( pNewItem->fg.isCte ){ in sqlite3SrcListDup()
1680 pNewItem->u2.pCteUse->nUse++; in sqlite3SrcListDup()
1682 if( pNewItem->fg.isTabFunc ){ in sqlite3SrcListDup()
1683 pNewItem->u1.pFuncArg = in sqlite3SrcListDup()
1692 assert( pNewItem->fg.isUsing ); in sqlite3SrcListDup()
[all …]