Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtreeview.c946 fprintf(stdout, "%s (%d)\n", zName, pList->a[i].u4.idx); in sqlite3TreeViewBareIdList()
949 if( pList->a[i].u4.pExpr==0 ){ in sqlite3TreeViewBareIdList()
954 sqlite3TreeViewExpr(pView, pList->a[i].u4.pExpr, 0); in sqlite3TreeViewBareIdList()
H A Dinsert.c869 pColumn->a[i].u4.idx = -1; in sqlite3Insert()
874 pColumn->a[i].u4.idx = j; in sqlite3Insert()
1177 for(j=0; j<pColumn->nId && pColumn->a[j].u4.idx!=i; j++){} in sqlite3Insert()
H A Dexpr.c1715 pNewItem->u4 = pOldItem->u4; in sqlite3IdListDup()
H A DsqliteInt.h3081 } u4; member