Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 42) sorted by relevance

12

/curl/scripts/
H A Drelease-notes.pl93 sub extract { subroutine
137 my $ref = extract($2);
141 my $ref = extract($3);
145 my $ref = extract($1);
/curl/.github/scripts/
H A Dverify-synopsis.pl40 sub extract { subroutine
77 extract($m);
H A Dverify-examples.pl46 sub extract { subroutine
97 my $out = extract($m);
/curl/packages/vms/
H A Dbuild_gnv_curl_pcsi_text.com57 $ majorver = f$extract(0, 3, mmversion)
58 $ minorver = f$extract(3, 2, mmversion)
127 $ first_char = f$extract(0, 1, line_in)
150 $ first_char = f$extract(0, 1, line_in)
168 $ vernum = f$extract(1, f$length(node_swvers), node_swvers)
175 $ code = f$extract(0, 1, arch_type)
H A Dbackup_gnv_curl_src.com9 $! VMS system to be able to extract ODS-5 filenames and directories.
40 $ arch_code = f$extract(0, 1, arch_type)
70 $ node_swvers_type = f$extract(0, 1, node_swvers)
71 $ node_swvers_vers = f$extract(1, f$length(node_swvers), node_swvers)
H A Dbuild_libcurl_pc.com41 $ majorver = f$extract(0, 3, mmversion)
42 $ minorver = f$extract(3, 2, mmversion)
47 $ kit_type = f$edit(f$extract(0, 1, majorver), "upcase")
107 $ key = f$extract(0, 1, line_in)
H A Dmake_pcsi_curl_kit_name.com75 $ code = f$extract(0, 1, arch_type)
150 $ daily_tag = f$extract(4, daily_tag_len - 4, daily_tag)
H A Dpcsi_product_gnv_curl.com96 $ arch_code = f$extract(0, 1, arch_type)
120 $ majorver = f$extract(0, 3, mmversion)
121 $ minorver = f$extract(3, 2, mmversion)
H A Dbuild_gnv_curl_pcsi_desc.com76 $ majorver = f$extract(0, 3, mmversion)
77 $ minorver = f$extract(3, 2, mmversion)
82 $ kit_type = f$edit(f$extract(0, 1, majorver), "upcase")
118 $ vernum = f$extract(1, f$length(node_swvers), node_swvers)
125 $ code = f$extract(0, 1, arch_type)
126 $ arch_code = f$extract(0, 1, arch_type)
H A Dcompare_curl_source.com101 $ odelim = f$extract(0, 1, mydir)
115 $ delim = f$extract(resultd_len, 1, resultd)
121 $ resultd = f$extract(0, resultd_len, resultd) + delim
199 $! delim = f$extract(rel_path_len, 1, rel_path)
/curl/docs/cmdline-opts/
H A Dpubkey.md22 curl attempts to automatically extract the public key from the private key
/curl/docs/libcurl/opts/
H A DCURLOPT_PRIVATE.md58 /* we can extract the private pointer again too */
H A DCURLINFO_USED_PROXY.md49 /* extract the available proxy authentication types */
H A DCURLINFO_PRIVATE.md49 /* extract the private pointer again */
H A DCURLINFO_HTTPAUTH_AVAIL.md48 /* extract the available authentication types */
H A DCURLINFO_PROXYAUTH_AVAIL.md49 /* extract the available proxy authentication types */
H A DCURLOPT_FILETIME.md36 transfer to extract the received time (if any).
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md78 If you do not have the https proxy server's public key file you can extract it
94 # extract public key in pem format from certificate
H A DCURLOPT_AUTOREFERER.md39 With CURLINFO_REFERER(3), applications can extract the actually used
H A DCURLINFO_FTP_ENTRY_PATH.md50 /* extract the entry path */
H A DCURLOPT_PINNEDPUBLICKEY.md84 If you do not have the server's public key file you can extract it from the
100 # extract public key in pem format from certificate
H A DCURLINFO_CONTENT_TYPE.md55 /* extract the content-type */
H A DCURLINFO_COOKIELIST.md55 /* extract all known cookies */
/curl/tests/data/
H A Dtest113516 # The VMS and OS/400 builds extract the CURL_EXTERN protos and use in
/curl/docs/libcurl/
H A Dcurl_easy_nextheader.md76 /* extract the normal headers from the first request */
82 /* extract the normal headers + 1xx + trailers from the last request */

Completed in 31 milliseconds

12