Home
last modified time | relevance | path

Searched refs:nLabelAlloc (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c18011 int nLabelAlloc; /* Number of slots in aLabel */ member
76808 p->nLabelAlloc = 0;
76812 for(i=p->nLabelAlloc; i<nNewSize; i++) p->aLabel[i] = -1;
76814 p->nLabelAlloc = nNewSize;
76829 if( p->nLabelAlloc + p->nLabel < 0 ){

Completed in 348 milliseconds