/curl/tests/data/ |
H A D | test421 | 18 access-control-allow-origin: * 20 referrer-policy: strict-origin-when-cross-origin 32 referrer-policy: strict-origin-when-cross-origin 69 "access-control-allow-origin":["*"], 70 "referrer-policy":["strict-origin-when-cross-origin","strict-origin-when-cross-origin"],
|
H A D | test687 | 60 user.xdg.origin.url => http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test688 | 60 user.xdg.origin.url => http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test979 | 39 -u with redirect to absolute URL using same origin and auth
|
H A D | test644 | 83 user.xdg.origin.url => http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
/curl/include/curl/ |
H A D | header.h | 36 unsigned int origin; /* see bits below */ member 61 unsigned int origin, 66 unsigned int origin,
|
/curl/tests/libtest/ |
H A D | lib670.c | 37 time_t origin; member 55 pooh->origin = time(NULL); in read_callback() 58 delta = time(NULL) - pooh->origin; in read_callback() 79 if(pooh->origin) { in xferinfo() 80 time_t delta = time(NULL) - pooh->origin; in xferinfo() 125 pooh.origin = (time_t) 0; in test() 195 if(pooh.origin) { in test() 196 time_t delta = time(NULL) - pooh.origin; in test()
|
/curl/docs/libcurl/ |
H A D | curl_easy_nextheader.md | 25 unsigned int origin, 35 The *origin* argument is for specifying which headers to receive, as a single 38 might be used. The *origin* is a bitmask for what header sources you want. See 39 the curl_easy_header(3) man page for the origin descriptions. 49 It is suggested that you pass in the same **origin** and **request** when 54 within the given scope (origin + request). 86 unsigned int origin = CURLH_HEADER| CURLH_1XX | CURLH_TRAILER; 87 while((h = curl_easy_nextheader(curl, origin, -1, prev))) {
|
H A D | curl_easy_header.md | 30 unsigned int origin, 46 The *origin* argument is for specifying which headers to receive, as a single 49 might be used. The *origin* is a bitmask for what header sources you want. See 88 unsigned int origin; 102 **amount** is how many headers using this name that exist, within the origin 109 The **origin** field in the "curl_header" struct has one of the origin bits
|
H A D | curl_mime_data_cb.md | 30 int seekfunc(void *arg, curl_off_t offset, int origin); 86 and it gets SEEK_SET, SEEK_CUR or SEEK_END as argument for *origin*, 133 int seek_callback(void *arg, curl_off_t offset, int origin) 137 switch(origin) {
|
/curl/docs/examples/ |
H A D | anyauthput.c | 58 static int my_seek(void *userp, curl_off_t offset, int origin) in my_seek() argument 62 if(-1 == fseek(fp, (long) offset, origin)) in my_seek()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_SEEKDATA.md | 49 static int seek_cb(void *clientp, curl_off_t offset, int origin) 52 lseek(d->our_fd, offset, origin);
|
H A D | CURLOPT_SEEKFUNCTION.md | 32 int seek_callback(void *clientp, curl_off_t offset, int origin); 50 SEEK_SET, SEEK_CUR or SEEK_END as argument for *origin*, although libcurl 79 static int seek_cb(void *clientp, curl_off_t offset, int origin) 82 lseek(d->our_fd, offset, origin);
|
H A D | CURLOPT_ALTSVC.md | 77 ALPN id for the source origin 81 Hostname for the source origin 85 Port number for the source origin
|
H A D | CURLOPT_ALTSVC_CTRL.md | 39 HTTPS. It also only completes a request to an alternative origin if that 40 origin is properly hosted over HTTPS. These requirements are there to make
|
H A D | CURLOPT_AUTOREFERER.md | 37 done cross-origin or following redirects to insecure protocols. This is
|
H A D | CURLOPT_SSL_VERIFYHOST.md | 81 hostname, or forwarding the request to a specific origin server. Some
|
/curl/src/ |
H A D | tool_formparse.h | 55 curl_off_t origin; /* Stdin read origin offset. */ member
|
H A D | tool_formparse.c | 106 curl_off_t origin; in tool_mime_new_filedata() local 110 origin = ftell(stdin); in tool_mime_new_filedata() 113 if(fd >= 0 && origin >= 0 && !fstat(fd, &sbuf) && in tool_mime_new_filedata() 118 size = sbuf.st_size - origin; in tool_mime_new_filedata() 141 origin = 0; in tool_mime_new_filedata() 148 m->origin = origin; in tool_mime_new_filedata() 229 if(fseek(stdin, (long) (offset + sip->origin), SEEK_SET)) in tool_mime_stdin_seek()
|
/curl/docs/cmdline-opts/ |
H A D | xattr.md | 21 the URL is stored in the `xdg.origin.url` attribute and, for HTTP, the content
|
H A D | write-out.md | 316 same index number as the origin globbed URL. (Added in 7.75.0)
|
/curl/lib/ |
H A D | headers.c | 57 h->origin = (unsigned int)(hs->type | (1 << 27)); in copy_header_external() 425 unsigned int origin, in curl_easy_header() argument 432 (void)origin; in curl_easy_header()
|
/curl/packages/OS400/ |
H A D | ccsidcurl.h | 102 size_t index, unsigned int origin,
|
H A D | ccsidcurl.c | 1514 unsigned int origin, int request, in curl_easy_header_ccsid() argument 1524 result = curl_easy_header(easy, s, index, origin, request, hout); in curl_easy_header_ccsid()
|
/curl/.github/workflows/ |
H A D | http3-linux.yml | 205 git remote add origin https://github.com/wolfSSL/wolfssl.git 206 git fetch origin --depth=1 ${{ env.wolfssl-version }}
|