Searched refs:buff (Results 1 – 1 of 1) sorted by relevance
7 char *buff; member22 b->buff = (char *)malloc(INIT_BUFFER_SIZE*sizeof(char)); in InitBuffer()29 b->buff = (char *)realloc(b->buff, 2*b->room*(sizeof(char))); in AppendToBuffer()32 strncpy(b->buff + b->used, str, len); in AppendToBuffer()
Completed in 2 milliseconds