Lines Matching defs:Buffer
250 * PARAMETERS: Buffer - Buffer to realloc251 * OldSize - Old size of Buffer252 * NewSize - New size of Buffer256 * DESCRIPTION: Reallocate and initialize Buffer262 char **Buffer,267 *Buffer = realloc (*Buffer, NewSize);268 if (*Buffer)270 memset (*Buffer + OldSize, 0, NewSize - OldSize);