Home
last modified time | relevance | path

Searched refs:slash (Results 1 – 25 of 30) sorted by relevance

12

/curl/lib/
H A Dnoproxy.c220 char *slash; in Curl_check_noproxy() local
231 slash = strchr(check, '/'); in Curl_check_noproxy()
233 if(slash) { in Curl_check_noproxy()
236 bits = (unsigned int)atoi(slash + 1); in Curl_check_noproxy()
237 *slash = 0; /* null terminate there */ in Curl_check_noproxy()
H A Dsmb.c448 char *slash; in smb_connect() local
470 if(!slash) in smb_connect()
473 if(slash) { in smb_connect()
1167 char *slash; in smb_parse_url_path() local
1182 if(!slash) in smb_parse_url_path()
1186 if(!slash) { in smb_parse_url_path()
1194 *slash++ = 0; in smb_parse_url_path()
1195 req->path = slash; in smb_parse_url_path()
1197 for(; *slash; slash++) { in smb_parse_url_path()
1198 if(*slash == '/') in smb_parse_url_path()
[all …]
/curl/tests/data/
H A Dtest52424 FTP upload with target URL ending with slash
H A Dtest5927 HTTP URL with slash but with "parameter"
H A Dtest20325 file:/path URL with a single slash
H A Dtest30236 -k -U fake:user -x %HOSTIP:%HTTPPORT https://bad.fakeurl-to.test:%TESTNUMBER/slash/%TESTNUMBER
H A Dtest116235 # Needed for MSYS2 to not convert backslash to forward slash
H A Dtest42530 HTTP PUT with path ending with slash + query
H A Dtest26035 HTTP GET URL without slash but with questionmark
H A Dtest114326 HTTP URL with http:/ (one slash!)
H A Dtest111835 URL without slash and @-letter in query
H A Dtest5543 HTTP follow redirect with single slash in path
H A Dtest73637 IPFS with IPFS_PATH set, no trailing slash
H A Dtest73737 IPFS with IPFS_PATH set, with trailing slash
H A Dtest69235 -JO with URL without path using trailing slash
H A Dtest69035 -O with URL without path using trailing slash
H A Dtest121430 HTTP with proxy and URL with ? and no slash separator
H A Dtest69135 -O with URL with path using trailing slash
H A Dtest18754 HTTP redirect with bad host name separation and slash in parameters
/curl/docs/cmdline-opts/
H A Drequest-target.md21 slash or other data that does not follow the regular URL pattern, like
H A Dupload-file.md29 trailing slash (/) on the last directory to prove to curl that there is no
34 the left side of any slash (/) or backslash (\) used in the filename and only
H A Dnoproxy.md31 (added in 7.86.0): an appended slash and number specifies the number of
/curl/docs/libcurl/opts/
H A DCURLOPT_REQUEST_TARGET.md59 /* issue an OPTIONS * request (no leading slash) */
H A DCURLOPT_DIRLISTONLY.md48 does not end with a slash, which otherwise is necessary.
/curl/docs/libcurl/
H A Dcurl_url_set.md142 If a path is set in the URL without a leading slash, a slash is prepended
183 When setting the path component with URL encoding enabled, the slash character
225 dot-slash and dot-dot etc. The same option used for transfers is called

Completed in 39 milliseconds

12