Searched defs:fill_buf (Results 1 - 1 of 1) sorted by path

/external/qemu/distrib/libsparse/src/
H A Doutput_file.c89 uint32_t *fill_buf; member in struct:output_file
500 /* Initialize fill_buf with the fill_val */
502 out->fill_buf[i] = fill_val;
507 ret = out->ops->write(out, out->fill_buf, write_len);
559 out->fill_buf = calloc(block_size, 1);
560 if (!out->fill_buf) {
561 error_errno("malloc fill_buf");
598 free(out->fill_buf);

Completed in 225 milliseconds