Home
last modified time | relevance | path

Searched refs:redirect_loop (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/rpki-client/
H A Dhttp.c156 int redirect_loop; member
592 req->redirect_loop = count; in http_req_new()
1284 if (conn->req->redirect_loop++ > 10) { in http_parse_status()
1346 http_req_new(conn->req->id, uri, mod_since, conn->req->redirect_loop, in http_redirect()
/openbsd-src/usr.bin/ftp/
H A Dfetch.c105 static int redirect_loop; variable
846 if (redirect_loop++ > 10) { in url_get()
1305 redirect_loop = 0; in auto_fetch()