Lines Matching defs:http_endpoint
4185 uint32_t http_max_streams, char* http_endpoint,
4250 if(!(c->http_endpoint = strdup(http_endpoint))) {
4251 log_err("could not strdup http_endpoint");
4262 free(c->http_endpoint);
4272 free(c->http_endpoint);
4305 uint32_t http_max_streams, char* http_endpoint,
4387 http_max_streams, http_endpoint,
4726 if(c->type == comm_http && c->http_endpoint) {
4727 free(c->http_endpoint);
4728 c->http_endpoint = NULL;