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

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h279 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member in struct:Vdbe
H A Dvdbeaux.c238 if( i>=p->nLabelAlloc ){
239 int n = p->nLabelAlloc*2 + 5;
242 p->nLabelAlloc = sqlite3DbMallocSize(p->db, p->aLabel)/sizeof(p->aLabel[0]);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12493 int nLabelAlloc; /* Number of slots allocated in aLabel[] */ member in struct:Vdbe
[all...]

Completed in 278 milliseconds