Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:nLabelAlloc

12493   int nLabelAlloc;        /* Number of slots allocated in aLabel[] */
57363 if( i>=p->nLabelAlloc ){
57364 int n = p->nLabelAlloc*2 + 5;
57367 p->nLabelAlloc = sqlite3DbMallocSize(p->db, p->aLabel)/sizeof(p->aLabel[0]);