Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 28) sorted by relevance

12

/curl/tests/data/
H A Dtest42118 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 Dtest68760 user.xdg.origin.url => http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest68860 user.xdg.origin.url => http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest97939 -u with redirect to absolute URL using same origin and auth
H A Dtest64483 user.xdg.origin.url => http://%HOSTIP:%HTTPPORT/%TESTNUMBER
/curl/include/curl/
H A Dheader.h36 unsigned int origin; /* see bits below */ member
61 unsigned int origin,
66 unsigned int origin,
/curl/tests/libtest/
H A Dlib670.c37 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 Dcurl_easy_nextheader.md25 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 Dcurl_easy_header.md30 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 Dcurl_mime_data_cb.md30 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 Danyauthput.c58 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 DCURLOPT_SEEKDATA.md49 static int seek_cb(void *clientp, curl_off_t offset, int origin)
52 lseek(d->our_fd, offset, origin);
H A DCURLOPT_SEEKFUNCTION.md32 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 DCURLOPT_ALTSVC.md77 ALPN id for the source origin
81 Hostname for the source origin
85 Port number for the source origin
H A DCURLOPT_ALTSVC_CTRL.md39 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 DCURLOPT_AUTOREFERER.md37 done cross-origin or following redirects to insecure protocols. This is
H A DCURLOPT_SSL_VERIFYHOST.md81 hostname, or forwarding the request to a specific origin server. Some
/curl/src/
H A Dtool_formparse.h55 curl_off_t origin; /* Stdin read origin offset. */ member
H A Dtool_formparse.c106 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 Dxattr.md21 the URL is stored in the `xdg.origin.url` attribute and, for HTTP, the content
H A Dwrite-out.md316 same index number as the origin globbed URL. (Added in 7.75.0)
/curl/lib/
H A Dheaders.c57 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 Dccsidcurl.h102 size_t index, unsigned int origin,
H A Dccsidcurl.c1514 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 Dhttp3-linux.yml205 git remote add origin https://github.com/wolfSSL/wolfssl.git
206 git fetch origin --depth=1 ${{ env.wolfssl-version }}

Completed in 50 milliseconds

12