Home
last modified time | relevance | path

Searched refs:opt_malloc (Results 1 – 1 of 1) sorted by relevance

/external/dnsmasq/src/
Doption.c480 static void *opt_malloc(size_t size) in opt_malloc() function
502 ret = opt_malloc(strlen(cp)+1); in opt_string_alloc()
589 struct txt_record *r = opt_malloc(sizeof(struct txt_record)); in add_txt()
595 r->txt = opt_malloc(len+1); in add_txt()
672 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt)); in parse_dhcp_opt()
725 new->netid = opt_malloc(sizeof (struct dhcp_netid)); in parse_dhcp_opt()
802 new->val = opt_malloc(new->len); in parse_dhcp_opt()
828 new->val = opt_malloc(new->len); in parse_dhcp_opt()
839 new->val = op = opt_malloc((5 * addrs) + 1); in parse_dhcp_opt()
899 newp = opt_malloc(len + strlen(arg) + 2 + header_size); in parse_dhcp_opt()
[all …]