Searched refs:newBody (Results 1 – 1 of 1) sorted by relevance
168 unsigned char *newBody; in guaranteeRecordAppend() local175 newBody = realloc(rec->body, newAllocLen); in guaranteeRecordAppend()176 if (newBody != NULL) { in guaranteeRecordAppend()177 rec->body = newBody; in guaranteeRecordAppend()