Home
last modified time | relevance | path

Searched refs:redirection_level (Results 1 – 6 of 6) sorted by relevance

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dhttp_highlevel.c82 int key, it, max_redirections = 5, redirection_level = 0; in wget_http_get() local
185 while (uri && redirection_level <= max_redirections) { in wget_http_get()
291 if (redirection_level == 0 && max_redirections) { in wget_http_get()
292 redirection_level = max_redirections; // just try one more time with authentication in wget_http_get()
319 redirection_level++; in wget_http_get()
/dports/www/wget2/wget2-2.0.0/src/
H A Dwget_job.h97 redirection_level, // number of redirections occurred to create this job member
H A Dstats_site.c163 doc->redirect = job->redirection_level != 0; in stats_site_add()
H A Dwget.c765 if (job && job->redirection_level >= config.max_redirect) { in queue_url_from_remote()
975 new_job->redirection_level = job->redirection_level + 1; in queue_url_from_remote()
3730 if(job->redirect_get && job->redirection_level > 0)
/dports/www/limesurvey/limesurvey/application/libraries/admin/http/
H A DhttpRequestIt.php74 var $redirection_level = 0; variable in httpRequestIt
1612 $this->redirection_level++;
1613 if ($this->redirection_level > $this->redirection_limit)
1617 $this->redirection_level--;
/dports/www/limesurvey/limesurvey/application/third_party/http/
H A Dhttp.php88 var $redirection_level=0; variable in http_class
1665 $this->redirection_level++;
1666 if($this->redirection_level>$this->redirection_limit)
1673 $this->redirection_level--;