mm_strdup        1129 opal/mca/event/libevent2022/libevent/evdns.c 			*req->put_cname_in_ptr = mm_strdup(cname);
mm_strdup        1562 opal/mca/event/libevent2022/libevent/evdns.c 	v = mm_strdup(label);
mm_strdup        1777 opal/mca/event/libevent2022/libevent/evdns.c 	if (!(item->name = mm_strdup(name))) {
mm_strdup        1789 opal/mca/event/libevent2022/libevent/evdns.c 			if (!(item->data = mm_strdup(data))) {
mm_strdup        3172 opal/mca/event/libevent2022/libevent/evdns.c 		handle->search_origname = mm_strdup(name);
mm_strdup        3547 opal/mca/event/libevent2022/libevent/evdns.c 	return mm_strdup("/etc/hosts");
mm_strdup         973 opal/mca/event/libevent2022/libevent/event.c 	if ((entry->avoid_method = mm_strdup(method)) == NULL) {
mm_strdup         842 opal/mca/event/libevent2022/libevent/evrpc.c 	ctx->name = mm_strdup(rpcname);
mm_strdup        1044 opal/mca/event/libevent2022/libevent/evrpc.c 	meta->key = mm_strdup(key);
mm_strdup        1117 opal/mca/event/libevent2022/libevent/evrpc.c 	rpc->uri = mm_strdup(name);
mm_strdup        1033 opal/mca/event/libevent2022/libevent/evutil.c 		res->ai_canonname = mm_strdup(ent->h_name);
mm_strdup        1182 opal/mca/event/libevent2022/libevent/http.c 	if ((evcon->bind_address = mm_strdup(address)) == NULL)
mm_strdup        1513 opal/mca/event/libevent2022/libevent/http.c 	if ((req->response_code_line = mm_strdup(readable)) == NULL) {
mm_strdup        1571 opal/mca/event/libevent2022/libevent/http.c 	if ((req->uri = mm_strdup(uri)) == NULL) {
mm_strdup        1694 opal/mca/event/libevent2022/libevent/http.c 	if ((header->key = mm_strdup(key)) == NULL) {
mm_strdup        1699 opal/mca/event/libevent2022/libevent/http.c 	if ((header->value = mm_strdup(value)) == NULL) {
mm_strdup        2093 opal/mca/event/libevent2022/libevent/http.c 	if ((evcon->address = mm_strdup(address)) == NULL) {
mm_strdup        2248 opal/mca/event/libevent2022/libevent/http.c 	if ((req->uri = mm_strdup(uri)) == NULL) {
mm_strdup        2618 opal/mca/event/libevent2022/libevent/http.c 	req->response_code_line = mm_strdup(reason);
mm_strdup        2824 opal/mca/event/libevent2022/libevent/http.c 	if ((line = mm_strdup(query_part)) == NULL) {
mm_strdup        3310 opal/mca/event/libevent2022/libevent/http.c 	vhost->vhost_pattern = mm_strdup(pattern);
mm_strdup        3342 opal/mca/event/libevent2022/libevent/http.c 	evalias->alias = mm_strdup(alias);
mm_strdup        3416 opal/mca/event/libevent2022/libevent/http.c 	http_cb->what = mm_strdup(uri);
mm_strdup        3721 opal/mca/event/libevent2022/libevent/http.c 	if ((req->remote_host = mm_strdup(evcon->address)) == NULL) {
mm_strdup        3814 opal/mca/event/libevent2022/libevent/http.c 	*phost = mm_strdup(ntop);
mm_strdup        3815 opal/mca/event/libevent2022/libevent/http.c 	*pport = mm_strdup(strport);
mm_strdup        4063 opal/mca/event/libevent2022/libevent/http.c 		uri->host = mm_strdup("");
mm_strdup        4078 opal/mca/event/libevent2022/libevent/http.c 		uri->userinfo = mm_strdup(s);
mm_strdup        4216 opal/mca/event/libevent2022/libevent/http.c 	readbuf = mm_strdup(source_uri);
mm_strdup        4237 opal/mca/event/libevent2022/libevent/http.c 		uri->scheme = mm_strdup(readp);
mm_strdup        4297 opal/mca/event/libevent2022/libevent/http.c 	uri->path = mm_strdup(path);
mm_strdup        4304 opal/mca/event/libevent2022/libevent/http.c 		uri->query = mm_strdup(query);
mm_strdup        4311 opal/mca/event/libevent2022/libevent/http.c 		uri->fragment = mm_strdup(fragment);
mm_strdup        4452 opal/mca/event/libevent2022/libevent/http.c 		if ((uri->f = mm_strdup(f)) == NULL) {		\