Lines Matching defs:path
214 Curl_safefree(up->path);
435 /* Set the default CA cert bundle/path detected/specified at build time.
1961 uc = curl_url_get(uh, CURLUPART_PATH, &data->state.up.path,
2194 char *path = NULL;
2329 uc = curl_url_get(uhp, CURLUPART_PATH, &path, CURLU_URLDECODE);
2334 /* path will be "/", if no path was found */
2335 if(strcmp("/", path)) {
2338 host = aprintf(UNIX_SOCKET_PREFIX"%s", path);
2373 free(path);
3176 * no DNS involved and we already have the filesystem path available. */
3186 failf(data, "Unix socket path too long: '%s'", unix_path);