Searched refs:newListSize (Results 1 – 1 of 1) sorted by relevance
431 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local432 *bufStart = (char*)UTIL_realloc(*bufStart, newListSize); in UTIL_prepareFileList()433 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList()485 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local486 *bufStart = (char*)UTIL_realloc(*bufStart, newListSize); in UTIL_prepareFileList()487 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList()540 ptrdiff_t newListSize = (bufend - buf) + LIST_SIZE_INCREASE; in UTIL_createFileList() local541 buf = (char*)UTIL_realloc(buf, newListSize); in UTIL_createFileList()542 bufend = buf + newListSize; in UTIL_createFileList()