Searched refs:newListSize (Results 1 – 1 of 1) sorted by relevance
323 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local324 *bufStart = (char*)UTIL_realloc(*bufStart, newListSize); in UTIL_prepareFileList()325 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList()377 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList() local378 *bufStart = (char*)UTIL_realloc(*bufStart, newListSize); in UTIL_prepareFileList()379 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList()432 ptrdiff_t newListSize = (bufend - buf) + LIST_SIZE_INCREASE; in UTIL_createFileList() local433 buf = (char*)UTIL_realloc(buf, newListSize); in UTIL_createFileList()434 bufend = buf + newListSize; in UTIL_createFileList()