Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 25 of 33) sorted by relevance

12

/curl/.github/
H A Dlabeler.yml33opts/CURLINFO_HTTPAUTH*,docs/libcurl/opts/CURLINFO_PROXYAUTH*,docs/libcurl/opts/CURLOPT_KRB*,docs/…
65 - 'docs/cmdline-opts/**'
72opts/CURLINFO_CONNECT*,docs/libcurl/opts/CURLINFO_PROXY*,docs/libcurl/opts/CURLOPT_ADDRESS*,docs/l…
78 …OOKIES.md,docs/cmdline-opts/cookie*,docs/cmdline-opts/junk-session-cookies.md,docs/libcurl/opts/CU…
106 …- '{docs/libcurl/opts/CURLINFO_FTP*,docs/libcurl/opts/CURLOPT_FTP*,docs/libcurl/opts/CURLOPT_WILDC…
118opts/CURLINFO_COOKIE*,docs/libcurl/opts/CURLOPT_COOKIE*,docs/libcurl/opts/CURLINFO_HTTP_**,docs/li…
168 …/libcurl/curl_form*,docs/libcurl/curl_mime_*,docs/libcurl/opts/CURLOPT_MIME*,docs/libcurl/opts/CUR…
180 …/resolve.c,docs/libcurl/opts/CURLINFO_NAMELOOKUP*,docs/libcurl/opts/CURLOPT_DNS*,docs/libcurl/opts
198 …- '{docs/libcurl/opts/CURLINFO_RTSP*,docs/libcurl/opts/CURLOPT_RTSP*,lib/rtsp.*,tests/rtspserver.p…
222 - '{docs/examples/smtp-*,docs/libcurl/opts/CURLOPT_MAIL*,lib/smtp.*}'
[all …]
/curl/tests/
H A Dtest971.pl33 my $opts = $ARGV[0];
40 my @opts = grep { /[a-z0-9].*\.md$/ && -f "$dir/$_" } readdir($dh);
43 for(@opts) {
47 return @opts;
98 my @veropts = mentions($opts);
107 print STDERR "--$c is in the option directory but not in $opts!\n";
H A Dtest1139.pl146 my %opts = (
213 $opts{$title} |= 1;
243 $opts{$combo} |= 2;
271 $opts{$combo} |= 4;
281 foreach my $o (keys %opts) {
282 my $where = $opts{$o};
/curl/scripts/
H A Dciconfig.pl105 my ($opts)=@_;
109 while($opts =~ s/--with-([^ =]*)//) {
114 while($opts =~ s/--enable-([^ =]*)//) {
120 while($opts =~ s/--without-([^ =]*)//) {
125 while($opts =~ s/--disable-([^ =]*)//) {
H A Dcompletion.pl42 my @opts = parse_main_opts('--help all', $regex);
46 print qq{$_ \n} foreach (@opts);
50 $opts_str .= qq{ $_ \\\n} foreach (@opts);
H A Ddelta65 my $opts;
68 $opts++;
72 return $opts;
/curl/tests/data/
H A Dtest147818 src/tool_listhelp.c is in sync with docs/cmdline-opts
22 …/scripts/managen -d %SRCDIR/../docs/cmdline-opts -I %SRCDIR/../include listhelp %SRCDIR/../docs/cm…
H A Dtest97117 Verify that options-in-versions and docs/cmdline-opts are in sync
21 %SRCDIR/test971.pl %SRCDIR/../docs/options-in-versions %SRCDIR/../docs/cmdline-opts
H A Dtest114022 …ocs/ %PWD/../docs/libcurl/*.3 %PWD/../docs/libcurl/opts/*.3 %PWD/../docs/*.1 %PWD/../docs/cmdline-
H A Dtest117322 …ersions %PWD/../docs/*.1 %PWD/../docs/cmdline-opts/*.1 %PWD/../docs/libcurl/*.3 %PWD/../docs/libc…
/curl/.github/workflows/
H A Dman-examples.yml14 - 'docs/libcurl/opts/*.3'
21 - 'docs/libcurl/opts/*.3'
37 run: ./.github/scripts/verify-examples.pl docs/libcurl/curl*.3 docs/libcurl/opts/*.3
H A Dbadwords.yml29 …thub/scripts/badwords.txt docs/*.md docs/libcurl/*.md docs/libcurl/opts/*.md docs/cmdline-opts/*.md
H A Dspellcheck.yml39 run: find docs/libcurl/opts -name "CURL*.md" | xargs -n1 ./.github/scripts/cleanspell.pl
42 … run: find docs/cmdline-opts -name "_*.md" | xargs -n1 ./.github/scripts/cleancmd.pl --no-header
H A Dlinkcheck.yml37 …run: find docs/cmdline-opts -name "*.md" ! -name "_*" ! -name MANPAGE.md | xargs -n1 ./.github/scr…
/curl/lib/
H A Dbufq.h102 int opts; /* options for handling queue, see below */ member
132 size_t max_chunks, int opts);
135 size_t max_chunks, int opts);
H A Dbufq.c214 size_t chunk_size, size_t max_chunks, int opts) in bufq_init() argument
222 q->opts = opts; in bufq_init()
226 int opts) in Curl_bufq_init2() argument
228 bufq_init(q, NULL, chunk_size, max_chunks, opts); in Curl_bufq_init2()
237 size_t max_chunks, int opts) in Curl_bufq_initp() argument
239 bufq_init(q, pool, pool->chunk_size, max_chunks, opts); in Curl_bufq_initp()
319 if(q->chunk_count >= q->max_chunks && (!(q->opts & BUFQ_OPT_SOFT_LIMIT))) in get_spare()
352 (q->opts & BUFQ_OPT_NO_SPARES)) { in prune_head()
399 if((q->chunk_count < q->max_chunks) || (q->opts & BUFQ_OPT_SOFT_LIMIT)) { in Curl_bufq_write()
H A Ddynhds.c41 const char *value, size_t valuelen, int opts) in entry_new() argument
57 if(opts & DYNHDS_OPT_LOWERCASE) in entry_new()
100 dynhds->opts = 0; in Curl_dynhds_init()
136 void Curl_dynhds_set_opts(struct dynhds *dynhds, int opts) in Curl_dynhds_set_opts() argument
138 dynhds->opts = opts; in Curl_dynhds_set_opts()
178 entry = entry_new(name, namelen, value, valuelen, dynhds->opts); in Curl_dynhds_add()
H A Ddynhds.h51 int opts; member
84 void Curl_dynhds_set_opts(struct dynhds *dynhds, int opts);
/curl/src/
H A DMakefile.mk67 $(PROOT)/docs/curl.1: $(wildcard $(PROOT)/docs/cmdline-opts/*.d)
68 cd $(PROOT)/docs/cmdline-opts && \
H A DMakefile.am99 ASCIIPAGE=$(top_builddir)/docs/cmdline-opts/curl.txt
162 (cd $(top_srcdir)/docs/cmdline-opts && make listhelp)
H A DCMakeLists.txt33 …${CMAKE_CURRENT_SOURCE_DIR}/mkhelp.pl" < "${CURL_BINARY_DIR}/docs/cmdline-opts/curl.txt" >> tool_h…
36 …MAKE_CURRENT_SOURCE_DIR}/mkhelp.pl" -c < "${CURL_BINARY_DIR}/docs/cmdline-opts/curl.txt" >> tool_h…
40 "${CURL_BINARY_DIR}/docs/cmdline-opts/curl.1"
/curl/tests/unit/
H A Dunit2601.c93 size_t wsize, size_t rsize, int opts) in check_bufq() argument
104 Curl_bufq_initp(&q, &pool, max_chunks, opts); in check_bufq()
107 Curl_bufq_init2(&q, chunk_size, max_chunks, opts); in check_bufq()
180 Curl_bufq_init2(&q, chunk_size, max_chunks, (opts|BUFQ_OPT_SOFT_LIMIT)); in check_bufq()
/curl/docs/libcurl/opts/
H A DCMakeLists.txt29 add_custom_target(curl-opts-man DEPENDS ${man_MANS})
30 add_dependencies(curl-man curl-opts-man)
/curl/docs/cmdline-opts/
H A DCMakeLists.txt24 set(MANPAGE "${CURL_BINARY_DIR}/docs/cmdline-opts/curl.1")
25 set(ASCIIPAGE "${CURL_BINARY_DIR}/docs/cmdline-opts/curl.txt")
/curl/docs/libcurl/
H A DMakefile.am27 SUBDIRS = opts

Completed in 43 milliseconds

12