Home
last modified time | relevance | path

Searched refs:bar (Results 1 – 25 of 69) sorted by relevance

123

/curl/src/
H A Dtool_cb_prg.c83 memcpy(&buf[bar->bar + 1], "-=O=-", 5); in fly()
95 bar->tick += 2; in fly()
99 bar->bar += (moved ? bar->barmove : 0); in fly()
100 if(bar->bar >= (bar->width - 6)) { in fly()
102 bar->bar = bar->width - 6; in fly()
104 else if(bar->bar < 0) { in fly()
106 bar->bar = 0; in fly()
169 if(bar->calls) { in tool_progress_cb()
186 fly(bar, point != bar->prev); in tool_progress_cb()
191 bar->calls++; in tool_progress_cb()
[all …]
H A Dtool_cb_prg.h39 int bar; member
45 void progressbarinit(struct ProgressData *bar,
/curl/tests/data/
H A Dtest115839 foo bar
40 This is a bar foo
41 bar
63 foo bar
65 bar
72 foo bar
74 bar
84 foo bar
86 bar
92 foo bar
[all …]
H A Dtest118639 foo bar
40 This is a bar foo
41 bar
63 foo bar
65 bar
72 foo bar
74 bar
84 foo bar
86 bar
92 foo bar
[all …]
H A Dtest113336 foo bar
37 This is a bar foo
38 bar
60 foo bar
62 bar
69 foo bar
71 bar
81 foo bar
83 bar
89 foo bar
[all …]
H A Dtest3936 foo bar
37 This is a bar foo
38 bar
76 foo bar
78 bar
85 foo bar
87 bar
94 foo bar
96 bar
103 foo bar
[all …]
H A Dtest118936 foo bar
37 This is a bar foo
38 bar
76 foo bar
78 bar
85 foo bar
87 bar
94 foo bar
96 bar
103 foo bar
[all …]
H A Dtest207111 bar
12 bar
31 bar
32 bar
H A Dtest20011 bar
12 bar
31 bar
32 bar
H A Dtest114612 bar
13 bar
32 bar
33 bar
H A Dtest170311 bar
12 bar
35 bar
36 bar
H A Dtest50212 bar swsclose
13 bar
37 bar swsclose
38 bar
H A Dtest20312 bar
13 bar
36 bar
37 bar
H A Dtest28812 bar
13 bar
38 bar
39 bar
H A Dtest207211 bar
12 bar
34 bar
35 bar
H A Dtest200039 bar
40 bar
70 bar
71 bar
H A Dtest120214 0Query query succeeded /foo foo.bar.invalid 70
15 0Selector /the/search/engine /bar bar.foo.invalid 70
H A Dtest200365 bar
66 bar
123 bar
124 bar
136 bar
137 bar
H A Dtest200156 bar
57 bar
93 bar
94 bar
H A Dtest120014 0Selector /bar bar.foo.invalid 70
H A Dtest110522 Set-Cookie: foo bar=barfoo
23 Set-Cookie: bar foo=
24 Set-Cookie: bar=foo bar
H A Dtest127215 0Selector /bar bar.foo.invalid 70
H A Dtest120114 0Selector /selector/SELECTOR /bar bar.foo.invalid 70
H A Dtest120315 0Selector /bar bar.foo.invalid 70
/curl/docs/cmdline-opts/
H A Dprogress-bar.md5 Long: progress-bar
6 Help: Display transfer progress as a bar
17 # `--progress-bar`
19 Make curl display transfer progress as a simple progress bar instead of the
22 This progress bar draws a single line of '#' characters across the screen and

Completed in 21 milliseconds

123