Lines Matching defs:http_endpoint
6051 uint32_t http_max_streams, char* http_endpoint,
6116 if(!(c->http_endpoint = strdup(http_endpoint))) {
6117 log_err("could not strdup http_endpoint");
6128 free(c->http_endpoint);
6138 free(c->http_endpoint);
6171 uint32_t http_max_streams, char* http_endpoint,
6253 http_max_streams, http_endpoint,
6592 if(c->type == comm_http && c->http_endpoint) {
6593 free(c->http_endpoint);
6594 c->http_endpoint = NULL;