Home | History | Annotate | Download | only in dist

Lines Matching refs:nLabelAlloc

12264   int nLabelAlloc;        /* Number of slots allocated in aLabel[] */
55540 if( i>=p->nLabelAlloc ){
55541 int n = p->nLabelAlloc*2 + 5;
55544 p->nLabelAlloc = sqlite3DbMallocSize(p->db, p->aLabel)/sizeof(p->aLabel[0]);