Searched refs:subpart_hdr_ptr (Results 1 – 4 of 4) sorted by relevance
41 typedef void *subpart_hdr_ptr; typedef73 subpart_hdr_ptr (*read)(struct buffer *buffer);74 void (*print)(const subpart_hdr_ptr ptr);75 size_t (*get_entry_count)(const subpart_hdr_ptr ptr);76 void (*free)(subpart_hdr_ptr ptr);
502 subpart_hdr_ptr hdr; in print_subpart()
18 static void subpart_hdr_print(const subpart_hdr_ptr ptr) in subpart_hdr_print()34 static subpart_hdr_ptr subpart_hdr_read(struct buffer *buff) in subpart_hdr_read()52 static size_t subpart_get_count(const subpart_hdr_ptr ptr) in subpart_get_count()59 static void subpart_hdr_free(subpart_hdr_ptr ptr) in subpart_hdr_free()
19 static subpart_hdr_ptr subpart_hdr_read(struct buffer *buff) in subpart_hdr_read()38 static void subpart_hdr_print(const subpart_hdr_ptr ptr) in subpart_hdr_print()55 static size_t subpart_get_count(const subpart_hdr_ptr ptr) in subpart_get_count()62 static void subpart_hdr_free(subpart_hdr_ptr ptr) in subpart_hdr_free()