Searched refs:malloc_buffer (Results 1 – 2 of 2) sorted by relevance
43 struct malloc_buffer struct52 static INLINE struct malloc_buffer * argument53 malloc_buffer(struct pb_buffer *buf) in malloc_buffer() function59 return (struct malloc_buffer *)buf; in malloc_buffer()66 align_free(malloc_buffer(buf)->data); in malloc_buffer_destroy()76 return malloc_buffer(buf)->data; in malloc_buffer_map()130 struct malloc_buffer *buf; in pb_malloc_buffer_create()134 buf = CALLOC_STRUCT(malloc_buffer); in pb_malloc_buffer_create()
35 uint8_t *buffer, *malloc_buffer; member63 t->malloc_buffer = NULL; in TXTRecordCreate()82 avahi_free(t->malloc_buffer); in TXTRecordDeallocate()103 if (!(n = avahi_realloc(t->malloc_buffer, nsize))) in make_sure_fits_in()106 if (!t->malloc_buffer && t->size) in make_sure_fits_in()109 t->buffer = t->malloc_buffer = n; in make_sure_fits_in()