Searched refs:aLabel (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c99 if( p2<0 && (-1-p2)<p->nLabel && p->aLabel[-1-p2]>=0 ){
100 p2 = p->aLabel[-1-p2];
159 aNew = sqliteRealloc( p->aLabel, p->nLabelAlloc*sizeof(p->aLabel[0]));
161 sqliteFree(p->aLabel);
163 p->aLabel = aNew;
165 if( p->aLabel==0 ){
170 p->aLabel[i] = -1;
183 if( p->aLabel[-1-x]==p->nOp ) return;
184 assert( p->aLabel[
[all...]
H A DvdbeInt.h241 int nLabelAlloc; /* Number of slots allocated in aLabel[] */
242 int *aLabel; /* Space to hold the labels */ member in struct:Vdbe

Completed in 58 milliseconds