Searched refs:skip_buff (Results 1 – 1 of 1) sorted by relevance
138 void *skip_buff = NULL; in image_skip() local144 skip_buff = malloc(size); in image_skip()145 result = fread(skip_buff, size, 1, module->u.l._file); in image_skip()146 free(skip_buff); in image_skip()