Searched refs:malloc_buffer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dtxt.c37 uint8_t *buffer, *malloc_buffer; member in struct:TXTRecordInternal
65 t->malloc_buffer = NULL;
84 avahi_free(t->malloc_buffer);
105 if (!(n = avahi_realloc(t->malloc_buffer, nsize)))
108 if (!t->malloc_buffer && t->size)
111 t->buffer = t->malloc_buffer = n;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dtxt.c37 uint8_t *buffer, *malloc_buffer; member in struct:TXTRecordInternal
65 t->malloc_buffer = NULL;
84 avahi_free(t->malloc_buffer);
105 if (!(n = avahi_realloc(t->malloc_buffer, nsize)))
108 if (!t->malloc_buffer && t->size)
111 t->buffer = t->malloc_buffer = n;

Completed in 72 milliseconds