Lines Matching defs:http_endpoint
6035 uint32_t http_max_streams, char* http_endpoint,
6100 if(!(c->http_endpoint = strdup(http_endpoint))) {
6101 log_err("could not strdup http_endpoint");
6112 free(c->http_endpoint);
6122 free(c->http_endpoint);
6155 uint32_t http_max_streams, char* http_endpoint,
6237 http_max_streams, http_endpoint,
6576 if(c->type == comm_http && c->http_endpoint) {
6577 free(c->http_endpoint);
6578 c->http_endpoint = NULL;