Home | History | Annotate | Download | only in python2.7

Lines Matching refs:user_passwd

293         user_passwd = None
298 user_passwd, host = splituser(host)
308 user_passwd = None
314 user_passwd, realhost = splituser(realhost)
315 if user_passwd:
329 if user_passwd:
330 user_passwd = unquote(user_passwd)
331 auth = base64.b64encode(user_passwd).strip()
388 user_passwd = None
393 user_passwd, host = splituser(host)
402 user_passwd = None
408 user_passwd, realhost = splituser(realhost)
409 if user_passwd:
418 if user_passwd:
419 user_passwd = unquote(user_passwd)
420 auth = base64.b64encode(user_passwd).strip()