Searched refs:nLabel (Results 1 – 1 of 1) sorted by relevance
20910 int nLabel; /* The *negative* of the number of labels used */ member87764 assert( pParse->nLabel==0 );88333 return --pParse->nLabel;88342 int nNewSize = 10 - p->nLabel;88363 assert( j<-p->nLabel );88370 if( p->nLabelAlloc + p->nLabel < 0 ){88662 assert( ADDR(pOp->p2)<-pParse->nLabel );88691 pParse->nLabel = 0;88746 if( j>=-pParse->nLabel || pParse->aLabel[j]<0 ){