Searched refs:newMax (Results 1 – 5 of 5) sorted by relevance
72 int newMax = oldMax + (oldMax >> 1) + 4; in iniFile_addPair() local74 AARRAY_RENEW(i->pairs, newMax); in iniFile_addPair()75 i->maxPairs = newMax; in iniFile_addPair()
132 int32_t newMax = listMax + CELIST_BUFFER_SIZE; in add() local138 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax); in add()152 listMax = newMax; in add()236 int32_t newMax = listMax + STRING_LIST_BUFFER_SIZE; in add() local238 UnicodeString *newStrings = new UnicodeString[newMax]; in add()254 listMax = newMax; in add()
77359 int newMax = 0;77362 newMax = atoi(zRight);77365 newMax = sqlite3BtreeMaxPageCount(pBt, newMax);77367 returnSingleInt(pParse, "max_page_count", newMax);
77348 int newMax = 0;77351 newMax = atoi(zRight);77354 newMax = sqlite3BtreeMaxPageCount(pBt, newMax);77356 returnSingleInt(pParse, "max_page_count", newMax);