Searched refs:mm_strdup (Results 1 – 7 of 7) sorted by relevance
72 #define mm_strdup(s) event_mm_strdup_(s) macro78 #define mm_strdup(s) strdup(s)
1269 if ((evcon->bind_address = mm_strdup(address)) == NULL) in evhttp_connection_set_local_address()1675 if ((req->response_code_line = mm_strdup(readable)) == NULL) { in evhttp_parse_response_line()1827 if ((req->uri = mm_strdup(uri)) == NULL) { in evhttp_parse_request_line()1950 if ((header->key = mm_strdup(key)) == NULL) { in evhttp_add_header_internal()1955 if ((header->value = mm_strdup(value)) == NULL) { in evhttp_add_header_internal()2359 if ((evcon->address = mm_strdup(address)) == NULL) { in evhttp_connection_base_bufferevent_new()2613 if ((req->uri = mm_strdup(uri)) == NULL) { in evhttp_make_request()3002 req->response_code_line = mm_strdup(reason); in evhttp_response_code_()3229 if ((line = mm_strdup(query_part)) == NULL) { in evhttp_parse_query_impl()3726 vhost->vhost_pattern = mm_strdup(pattern); in evhttp_add_virtual_host()[all …]
839 ctx->name = mm_strdup(rpcname); in evrpc_make_request_ctx()1041 meta->key = mm_strdup(key); in evrpc_hook_add_meta()1114 rpc->uri = mm_strdup(name); in evrpc_register_object()
1145 *req->put_cname_in_ptr = mm_strdup(cname); in reply_parse()1578 v = mm_strdup(label); in dnslabel_table_add()1793 if (!(item->name = mm_strdup(name))) { in evdns_server_request_add_reply()1805 if (!(item->data = mm_strdup(data))) { in evdns_server_request_add_reply()3230 handle->search_origname = mm_strdup(name); in search_request_new()3605 return mm_strdup("/etc/hosts"); in evdns_get_default_hosts_filename()
1186 res->ai_canonname = mm_strdup(ent->h_name); in addrinfo_from_hostent()
1144 if ((entry->avoid_method = mm_strdup(method)) == NULL) { in event_config_avoid_method()
443 cp = mm_strdup(s); \ in test_evutil_rtrim()1218 p = mm_strdup(NULL); in test_event_strdup()1226 p = mm_strdup(""); in test_event_strdup()1233 p = mm_strdup("foo"); in test_event_strdup()