Lines Matching refs:path
190 char *u, *addr, *port, *path; in http_client_url_parse() local
199 path = os_strchr(addr, '/'); in http_client_url_parse()
201 if (path == NULL) { in http_client_url_parse()
202 path = "/"; in http_client_url_parse()
204 *path = '\0'; /* temporary nul termination for address */ in http_client_url_parse()
205 if (port > path) in http_client_url_parse()
225 if (*path == '\0') { in http_client_url_parse()
227 *path = '/'; in http_client_url_parse()
230 *ret_path = path; in http_client_url_parse()
245 char *u, *path; in http_client_url() local
250 u = http_client_url_parse(url, &dst, &path); in http_client_url()
269 path, inet_ntoa(dst.sin_addr), in http_client_url()