Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dcurl_trc.c333 trc_cfts[i].cft->log_level = lvl; in trc_apply_level_by_name()
339 trc_feats[i].feat->log_level = lvl; in trc_apply_level_by_name()
351 trc_cfts[i].cft->log_level = lvl; in trc_apply_level_by_category()
355 trc_feats[i].feat->log_level = lvl; in trc_apply_level_by_category()
362 int lvl; in trc_opt() local
372 lvl = CURL_LOG_LVL_NONE; in trc_opt()
376 lvl = CURL_LOG_LVL_INFO; in trc_opt()
380 lvl = CURL_LOG_LVL_INFO; in trc_opt()
384 trc_apply_level_by_category(TRC_CT_NONE, lvl); in trc_opt()
390 trc_apply_level_by_category(TRC_CT_PROXY, lvl); in trc_opt()
[all …]
/curl/scripts/
H A Dmanagen99 my ($lvl, @line) = @_;
114 prefixline($lvl * $indent);
129 my ($lvl, @line) = @_;
141 my ($lvl, $f) = @_;
153 justline($lvl, @line);
162 lastline($lvl, @line);
179 my $lvl;
183 $lvl = $1;
189 if($lvl != $p) {
193 if($lvl =~ /q/) {
[all …]
/curl/tests/libtest/
H A Dmk-lib1521.pl479 my $lvl = " " x 29;
480 print $fh "${pref}\n${lvl}(curl_off_t)22);\n$longcheck";

Completed in 15 milliseconds