Searched refs:nLabel (Results 1 – 1 of 1) sorted by relevance
19817 int nLabel; /* The *negative* of the number of labels used */ member84879 assert( pParse->nLabel==0 );85450 return --pParse->nLabel;85459 int nNewSize = 10 - p->nLabel;85480 assert( j<-p->nLabel );85487 if( p->nLabelAlloc + p->nLabel < 0 ){85775 assert( ADDR(pOp->p2)<-pParse->nLabel );85804 pParse->nLabel = 0;85859 if( j>=-pParse->nLabel || pParse->aLabel[j]<0 ){