Searched refs:slash (Results 1 – 25 of 30) sorted by relevance
12
220 char *slash; in Curl_check_noproxy() local231 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()
437 char *slash; in smb_connect() local459 if(!slash) in smb_connect()462 if(slash) { in smb_connect()1161 char *slash; in smb_parse_url_path() local1176 if(!slash) in smb_parse_url_path()1180 if(!slash) { in smb_parse_url_path()1188 *slash++ = 0; in smb_parse_url_path()1189 req->path = slash; in smb_parse_url_path()1191 for(; *slash; slash++) { in smb_parse_url_path()1192 if(*slash == '/') in smb_parse_url_path()[all …]
24 FTP upload with target URL ending with slash
27 HTTP URL with slash but with "parameter"
25 file:/path URL with a single slash
36 -k -U fake:user -x %HOSTIP:%HTTPPORT https://bad.fakeurl-to.test:%TESTNUMBER/slash/%TESTNUMBER
35 # Needed for MSYS2 to not convert backslash to forward slash
30 HTTP PUT with path ending with slash + query
26 HTTP URL with http:/ (one slash!)
35 HTTP GET URL without slash but with questionmark
35 URL without slash and @-letter in query
43 HTTP follow redirect with single slash in path
37 IPFS with IPFS_PATH set, no trailing slash
37 IPFS with IPFS_PATH set, with trailing slash
35 -JO with URL without path using trailing slash
35 -O with URL without path using trailing slash
30 HTTP with proxy and URL with ? and no slash separator
35 -O with URL with path using trailing slash
54 HTTP redirect with bad host name separation and slash in parameters
21 slash or other data that does not follow the regular URL pattern, like
29 trailing slash (/) on the last directory to prove to curl that there is no34 the left side of any slash (/) or backslash (\) used in the filename and only
31 (added in 7.86.0): an appended slash and number specifies the number of
59 /* issue an OPTIONS * request (no leading slash) */
48 does not end with a slash, which otherwise is necessary.
142 If a path is set in the URL without a leading slash, a slash is prepended183 When setting the path component with URL encoding enabled, the slash character225 dot-slash and dot-dot etc. The same option used for transfers is called
Completed in 27 milliseconds