Searched refs:nSet (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h263 int nSet; /* Number of sets allocated */ member in struct:Vdbe
H A Dvdbeaux.c808 for(i=0; i<p->nSet; i++){
814 p->nSet = 0;
H A Dvdbe.c3737 assert( iSet>=0 && iSet<p->nSet );
4621 if( p->nSet<=i ){
4626 for(k=p->nSet; k<=i; k++){
4629 p->nSet = i+1;
4654 if( i>=0 && i<p->nSet && sqliteHashFind(&p->aSet[i].hash, pTos->z, pTos->n)){
4672 if( i<0 || i>=p->nSet ||
4697 if( pOp->p1<0 || pOp->p1>=p->nSet ){
H A DsqliteInt.h930 int nSet; /* Number of sets used so far */ member in struct:Parse
H A Dbuild.c89 pParse->nSet = 0;

Completed in 191 milliseconds