Searched refs:iSrc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/sound/usb/ |
| D | uaudioreg.h | 711 uByte iSrc; member
|
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 72209 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 72212 struct SrcList_item *pItem = &pSrc->a[iSrc]; 79028 int iSrc; /* Index in pTabList->a[] of table being read */ 79045 for(iSrc=0; ALWAYS(iSrc<pTabList->nSrc); iSrc++){ 79046 if( pExpr->iTable==pTabList->a[iSrc].iCursor ){ 79047 pTab = pTabList->a[iSrc].pTab; 88500 int iSrc, iDest; /* Cursors from source and destination */ 88645 iSrc = pParse->nTab++; 88666 sqlite3OpenTable(pParse, iSrc, iDbSrc, pSrc, OP_OpenRead); 88667 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0); [all …]
|
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 106494 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 106497 SrcItem *pItem = &pSrc->a[iSrc]; 110414 int iSrc /* Which element of pSrcList to use */ 110416 const SrcItem *pSrc = &pSrcList->a[iSrc]; 110430 for(jj=0; jj<iSrc; jj++){ 112387 int iSrc; 112399 iSrc = sqlite3TableColumnToStorage(pTab, iCol) - pParse->iSelfTab; 112409 sqlite3ExprCodeGeneratedColumn(pParse, pTab, pCol, iSrc); 112412 return iSrc; 112416 sqlite3VdbeAddOp2(v, OP_SCopy, iSrc, target); [all …]
|