Searched refs:bmp_buf (Results 1 – 1 of 1) sorted by relevance
205 void *bmp_buf; in convert_one_image() local225 bmp_buf = calloc(1, size); in convert_one_image()226 if (!bmp_buf) { in convert_one_image()231 if (size != fread(bmp_buf, 1, size, file)) { in convert_one_image()236 bmp = (struct bmp_image *)bmp_buf; in convert_one_image()362 free(bmp_buf); in convert_one_image()