Lines Matching refs:mm_malloc
1263 server_req = mm_malloc(sizeof(struct server_request)); in request_parse()
1286 q = mm_malloc(sizeof(struct evdns_server_question) + namelen); in request_parse()
1732 if (!(port = mm_malloc(sizeof(struct evdns_server_port)))) in evdns_add_server_port_with_base()
1809 item = mm_malloc(sizeof(struct server_reply_item)); in evdns_server_request_add_reply()
1832 if (!(item->data = mm_malloc(datalen))) { in evdns_server_request_add_reply()
1996 if (!(req->response = mm_malloc(req->response_len))) { in evdns_server_request_format_response()
2526 ns = (struct nameserver *) mm_malloc(sizeof(struct nameserver)); in evdns_nameserver_add_impl_()
2797 mm_malloc(sizeof(struct request) + request_max_len); in request_new()
3106 struct search_state *state = (struct search_state *) mm_malloc(sizeof(struct search_state)); in search_state_new()
3148 sdomain = (struct search_domain *) mm_malloc(sizeof(struct search_domain) + domain_len); in search_postfix_add()
3228 char *const newname = (char *) mm_malloc(base_len + need_to_append_dot + postfix_len + 1); in search_make_new()
3658 path_out = mm_malloc(len_out); in evdns_get_default_hosts_filename()
3751 buf = mm_malloc(ips-addr+1); in evdns_nameserver_ip_add_line()
3791 buf = mm_malloc(size); in load_nameservers_with_getnetworkparams()
3801 buf = mm_malloc(size); in load_nameservers_with_getnetworkparams()
3856 if (!(buf = mm_malloc(bufsz))) in config_nameserver_from_reg_key()
3983 base = mm_malloc(sizeof(struct evdns_base)); in evdns_base_new()