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

  /external/dnsmasq/src/
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...]
util.c 200 if ((ret = whine_malloc(strlen(in)+1)))
244 void *whine_malloc(size_t size) function
464 if (!(new = whine_malloc(size)))
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 170 (lo = whine_malloc(sizeof(struct iname))) &&
171 (lo->name = whine_malloc(strlen(ifr.ifr_name)+1)))
196 if ((iface = whine_malloc(sizeof(struct irec))))
775 if (!(sfd = whine_malloc(sizeof(struct serverfd))))
1123 else if (!(serv = whine_malloc(sizeof (struct server))))
    [all...]
helper.c 330 if (!(new = whine_malloc(size)))
forward.c 734 unsigned char *packet = whine_malloc(65536 + MAXDNAME + RRFIXEDSZ);
896 if ((f = (struct frec *)whine_malloc(sizeof(struct frec))))
rfc2131.c     [all...]
dhcp.c 545 if ((victim = whine_malloc(sizeof(struct ping_result))))
dnsmasq.h 696 void *whine_malloc(size_t size);
option.c 455 ret = whine_malloc(size);
    [all...]

Completed in 95 milliseconds