Searched refs:iSrc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/dev/sound/usb/ |
| HD | uaudioreg.h | 709 uByte iSrc; member
|
| /freebsd-11-stable/crypto/heimdal/lib/sqlite/ |
| HD | 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-11-stable/contrib/sqlite3/ |
| HD | sqlite3.c | 99302 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ 99305 SrcItem *pItem = &pSrc->a[iSrc]; 104563 int iSrc; 104573 iSrc = sqlite3TableColumnToStorage(pTab, iCol) - pParse->iSelfTab; 104583 sqlite3ExprCodeGeneratedColumn(pParse, pCol, iSrc); 104586 return iSrc; 104590 sqlite3VdbeAddOp2(v, OP_SCopy, iSrc, target); 104594 return iSrc; 111456 int iSrc; /* Index in pTabList->a[] of table being read */ 111474 for(iSrc=0; iSrc<pTabList->nSrc; iSrc++){ [all …]
|