Searched refs:copy_buffer (Results 1 – 1 of 1) sorted by relevance
253 unsigned char* copy_buffer = NULL; in gdImageBmpCtx() local257 copy_buffer = (unsigned char *) gdMalloc(1024 * sizeof(unsigned char)); in gdImageBmpCtx()258 if (copy_buffer == NULL) { in gdImageBmpCtx()262 while ((buffer_size = gdGetBuf(copy_buffer, 1024, out)) != EOF) { in gdImageBmpCtx()266 gdPutBuf(copy_buffer , buffer_size, out_original); in gdImageBmpCtx()268 gdFree(copy_buffer); in gdImageBmpCtx()
Completed in 6 milliseconds