Lines Matching defs:path
602 char path[300];698 /* add back the leading / on path */700 path[0] = '/';701 lws_strncpy(path + 1, p, sizeof(path) - 1);702 i.path = path;704 i.path = p;712 lwsl_debug("'%s' %p '%s' %p\n", i.address, i.address, i.path, i.path);