Lines Matching refs:mm_malloc
1259 server_req = mm_malloc(sizeof(struct server_request)); in request_parse()
1282 q = mm_malloc(sizeof(struct evdns_server_question) + namelen); in request_parse()
1728 if (!(port = mm_malloc(sizeof(struct evdns_server_port)))) in evdns_add_server_port_with_base()
1805 item = mm_malloc(sizeof(struct server_reply_item)); in evdns_server_request_add_reply()
1828 if (!(item->data = mm_malloc(datalen))) { in evdns_server_request_add_reply()
1992 if (!(req->response = mm_malloc(req->response_len))) { in evdns_server_request_format_response()
2522 ns = (struct nameserver *) mm_malloc(sizeof(struct nameserver)); in evdns_nameserver_add_impl_()
2793 mm_malloc(sizeof(struct request) + request_max_len); in request_new()
3102 struct search_state *state = (struct search_state *) mm_malloc(sizeof(struct search_state)); in search_state_new()
3144 sdomain = (struct search_domain *) mm_malloc(sizeof(struct search_domain) + domain_len); in search_postfix_add()
3224 char *const newname = (char *) mm_malloc(base_len + need_to_append_dot + postfix_len + 1); in search_make_new()
3654 path_out = mm_malloc(len_out); in evdns_get_default_hosts_filename()
3747 buf = mm_malloc(ips-addr+1); in evdns_nameserver_ip_add_line()
3787 buf = mm_malloc(size); in load_nameservers_with_getnetworkparams()
3797 buf = mm_malloc(size); in load_nameservers_with_getnetworkparams()
3852 if (!(buf = mm_malloc(bufsz))) in config_nameserver_from_reg_key()
3979 base = mm_malloc(sizeof(struct evdns_base)); in evdns_base_new()