Searched refs:maxtries (Results 1 – 7 of 7) sorted by relevance
395 u_int maxtries = 0; in mm_auth_password() local413 if ((r = sshbuf_get_u32(m, &maxtries)) != 0) in mm_auth_password()415 if (maxtries > INT_MAX) in mm_auth_password()416 fatal("%s: bad maxtries %u", __func__, maxtries); in mm_auth_password()417 sshpam_set_maxtries_reached(maxtries); in mm_auth_password()
623 self.maxtries = 10633 if self.maxtries and self.tries >= self.maxtries:
2141 self.maxtries = 102151 if self.maxtries and self.tries >= self.maxtries:
292 for i in range(urllib.FancyURLopener().maxtries):
402 by the value of the *maxtries* attribute, which defaults to 10.
501 for i in range(FancyURLopener().maxtries):
1483 by the value of the *maxtries* attribute, which defaults to 10.