OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avahi_malloc
(Results
1 - 8
of
8
) sorted by null
/external/avahi/avahi-common/
avahi-malloc.h
36
void *
avahi_malloc
(size_t size) AVAHI_GCC_ALLOC_SIZE(1);
38
/** Similar to
avahi_malloc
() but set the memory to zero */
50
return
avahi_malloc
(n*k);
71
/** Duplicate the given memory block into a new one allocated with
avahi_malloc
() */
avahi-malloc.c
61
/* Default implementation for
avahi_malloc
() */
101
void *
avahi_malloc
(size_t size) {
function
168
if (!(r =
avahi_malloc
(size+1)))
206
if (!(buf =
avahi_malloc
(len)))
252
if (!(p =
avahi_malloc
(l)))
strlst.c
37
if (!(n =
avahi_malloc
(sizeof(AvahiStringList) + size)))
332
if (!(r =
avahi_malloc
(sizeof(AvahiStringList) + len)))
/external/avahi/avahi-daemon/
setproctitle.c
68
new_environ =
avahi_malloc
(sizeof(char*) * (i + 1));
main.c
1038
buffer =
avahi_malloc
(n);
[
all
...]
/external/avahi/avahi-core/
iface-pfroute.c
474
if ((buf =
avahi_malloc
(needed)) == NULL)
518
if ((lifc.lifc_buf =
avahi_malloc
(lifc.lifc_len)) == NULL) {
dns.c
53
if (!(p =
avahi_malloc
(sizeof(AvahiDnsPacket) + max_size)))
/external/avahi/avahi-autoipd/
main.c
604
buf =
avahi_malloc
(len);
[
all
...]
Completed in 1937 milliseconds