Lines Matching refs:path
642 /* Null reverse-path, RFC-5321, sect. 3.6.3 */
1367 /* Parse the URL path */
1530 * This function is registered as 'curl_do' function. It decodes the path
1708 * Parse the URL path into separate path components.
1715 const char *path = &data->state.up.path[1]; /* skip leading path */
1718 /* Calculate the path if necessary */
1719 if(!*path) {
1721 path = localhost;
1723 path = "localhost";
1726 /* URL decode the path and use it as the domain in our EHLO */
1727 return Curl_urldecode(path, 0, &smtpc->domain, NULL, REJECT_CTRL);