Lines Matching defs:buf
451 struct block_header *header, void **buf)
485 *buf = cache;
491 struct block_header *header, void **buf)
516 return allocate_for_block_cache(cntr, header, buf);
523 void *buf;
527 buf = NULL;
528 err = cache_data_block(cntr, &header, &buf);
531 if (buf) {
533 err = parse_extended_v110_format(state, buf);
535 err = parse_v120_format_block(state, buf);
537 err = parse_v110_data(state, buf);
539 free(buf);
543 free(buf);
689 } buf = {0};
693 err = write_container_header(cntr, &buf.header);
698 err = write_v120_format_block(cntr, &buf.v120_format,
704 &buf.extended_v110_format);
708 err = write_v110_format_block(cntr, &buf.v110_data,