HomeSort by relevance Sort by last modified time
    Searched refs:whine_malloc (Results 1 - 12 of 12) sorted by null

  /external/dnsmasq/src/
dbus.c 73 if (!(w = whine_malloc(sizeof(struct watch))))
202 if (!serv && (serv = whine_malloc(sizeof (struct server))))
208 serv->domain = whine_malloc(strlen(domain)+1);
util.c 198 if ((ret = whine_malloc(strlen(in)+1)))
242 void *whine_malloc(size_t size) function
435 if (!(new = whine_malloc(size)))
cache.c 114 else if (new_size <= hash_size || !(new = whine_malloc(new_size * sizeof(struct crec *))))
433 !(big_name = (union bigname *)whine_malloc(sizeof(union bigname))))
696 (lookup = whine_malloc(sizeof(struct crec))))
836 (cache = whine_malloc(sizeof(struct crec) +
846 if ((cache = whine_malloc(sizeof(struct crec) + strlen(canon)+1-SMALLDNAME)))
971 if (!(ah1 = whine_malloc(sizeof(struct hostsfile))))
974 if (!(path = whine_malloc(lendir + lenfile + 2)))
1085 crec = whine_malloc(sizeof(struct crec));
1105 aliasc = whine_malloc(sizeof(struct crec));
1135 if (!addrbuff && !(addrbuff = whine_malloc(ADDRSTRLEN))
    [all...]
lease.c 329 if (!leases_left || !(lease = whine_malloc(sizeof(struct dhcp_lease))))
402 if (!(lease->clid = whine_malloc(clid_len)))
457 if ((new_name = whine_malloc(strlen(name) + 1)))
461 if (suffix && (new_fqdn = whine_malloc(strlen(new_name) + strlen(suffix) + 2)))
network.c 166 (lo = whine_malloc(sizeof(struct iname))) &&
167 (lo->name = whine_malloc(strlen(ifr.ifr_name)+1)))
191 if ((iface = whine_malloc(sizeof(struct irec))))
595 if (!(sfd = whine_malloc(sizeof(struct serverfd))))
812 else if (!(serv = whine_malloc(sizeof (struct server))))
925 else if (!(serv = whine_malloc(sizeof (struct server))))
tftp.c 144 if (!(transfer = whine_malloc(sizeof(struct tftp_transfer))))
343 if (!(file = whine_malloc(sizeof(struct tftp_file) + strlen(namebuff) + 1)))
helper.c 330 if (!(new = whine_malloc(size)))
dhcp.c 607 if ((victim = whine_malloc(sizeof(struct ping_result))))
835 if (!(config = whine_malloc(sizeof(struct dhcp_config))))
858 config->hwaddr = whine_malloc(sizeof(struct hwaddr_config));
forward.c 729 unsigned char *packet = whine_malloc(65536 + MAXDNAME + RRFIXEDSZ);
890 if ((f = (struct frec *)whine_malloc(sizeof(struct frec))))
rfc2131.c     [all...]
dnsmasq.h 736 void *whine_malloc(size_t size);
option.c 481 ret = whine_malloc(size);
    [all...]

Completed in 113 milliseconds