Searched refs:avahi_new_internal (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-common/
H A Dmalloc.h50 static inline void* AVAHI_GCC_ALLOC_SIZE2(1,2) avahi_new_internal(unsigned n, size_t k) { function
56 #define avahi_new(type, n) ((type*) avahi_new_internal((n), sizeof(type)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dmalloc.h50 static inline void* AVAHI_GCC_ALLOC_SIZE2(1,2) avahi_new_internal(unsigned n, size_t k) { function
56 #define avahi_new(type, n) ((type*) avahi_new_internal((n), sizeof(type)))

Completed in 87 milliseconds