Home | History | Annotate | Download | only in libevent

Lines Matching refs:malloc

167 	if (NULL == (ai->ai_addr = malloc(ai->ai_addrlen)))
285 p = escaped_html = malloc(new_size + 1);
287 event_err(1, "%s: malloc(%d)", __func__, new_size + 1);
2099 if ((ret = malloc(strlen(uri) + 1)) == NULL)
2100 event_err(1, "%s: malloc(%lu)", __func__,
2146 if ((decoded_value = malloc(strlen(value) + 1)) == NULL)
2147 event_err(1, "%s: malloc", __func__);
2282 bound = malloc(sizeof(struct evhttp_bound_socket));