Lines Matching defs:path
679 char *path, ep[96];
747 * that was given for at least server, port and the url path.
830 i.path = ipath;
832 * url path
851 path = lws_malloc(h->context->max_http_header_data, __func__);
852 if (!path) {
853 lwsl_warn("%s: OOM on path prealloc\n", __func__);
858 ssp->munge(h, path, h->context->max_http_header_data, &i, &ct);
864 h->policy->plugins[0]->munge(h, path, h->context->max_http_header_data);
868 i.alpn, i.address, i.path);
883 lws_free(path);
891 lws_free(path);