Lines Matching refs:rpath
1261 char *rpath = NULL;
1328 rpath = lws_malloc(max_http_header_data, __func__);
1329 if (!rpath)
1332 /* rpath needs cleaning after this... ---> */
1334 n = lws_snprintf(rpath, max_http_header_data - 1, "/%s/%s",
1336 lws_clean_url(rpath);
1337 n = (int)strlen(rpath);
1338 if (n && rpath[n - 1] == '/')
1349 p = rpath + n;
1355 lws_free(rpath);
1361 (int)(&rpath[max_http_header_data - 1] - p),
1369 i.path = rpath;
1480 lws_free(rpath);
1483 lws_free(rpath);