Searched refs:nLabel (Results 1 – 1 of 1) sorted by relevance
19747 int nLabel; /* The *negative* of the number of labels used */ member84412 assert( pParse->nLabel==0 );84983 return --pParse->nLabel;84992 int nNewSize = 10 - p->nLabel;85013 assert( j<-p->nLabel );85020 if( p->nLabelAlloc + p->nLabel < 0 ){85308 assert( ADDR(pOp->p2)<-pParse->nLabel );85328 pParse->nLabel = 0;85383 if( j>=-pParse->nLabel || pParse->aLabel[j]<0 ){