Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dwhere.c703 Index *pIx; in sqliteWhereBegin() local
711 if( (pIx = pWInfo->a[i].pIdx)!=0 ){ in sqliteWhereBegin()
712 sqliteVdbeAddOp(v, OP_Integer, pIx->iDb, 0); in sqliteWhereBegin()
713 sqliteVdbeOp3(v, OP_OpenRead, pWInfo->a[i].iCur, pIx->tnum, pIx->zName,0); in sqliteWhereBegin()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c103102 Index *pIx = pLevel->plan.u.pIdx;
103103 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIx);
103105 assert( pIx->pSchema==pTab->pSchema );
103107 sqlite3VdbeAddOp4(v, OP_OpenRead, iIdxCur, pIx->tnum, iDb,
103109 VdbeComment((v, "%s", pIx->zName));

Completed in 270 milliseconds