Lines Matching refs:inputpath
151 char *inputpath = NULL;226 curl_url_get(uh, CURLUPART_PATH, &inputpath, CURLU_URLDECODE);227 /* inputpath might be NULL or a valid pointer now */236 if(inputpath && (inputpath[0] == '/') && !inputpath[1])237 *inputpath = '\0';243 inputpath ? inputpath : "");271 curl_free(inputpath);