Searched refs:bufEnd (Results 1 – 1 of 1) sorted by relevance
508 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument551 if (*bufStart + *pos + pathLength >= *bufEnd) { in UTIL_prepareFileList()555 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList()557 if (*bufStart + *pos + pathLength < *bufEnd) { in UTIL_prepareFileList()573 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument612 if (*bufStart + *pos + pathLength >= *bufEnd) { in UTIL_prepareFileList()613 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList()616 *bufEnd = *bufStart + newListSize; in UTIL_prepareFileList()619 if (*bufStart + *pos + pathLength < *bufEnd) { in UTIL_prepareFileList()641 char** bufEnd, int followLinks) in UTIL_prepareFileList() argument[all …]