HomeSort by relevance Sort by last modified time
    Searched refs:user_passwd (Results 1 - 14 of 14) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 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 = Non
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 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 = Non
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 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 = Non
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 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 = Non
    [all...]
  /external/curl/lib/
curl_sasl.c 241 if(conn->bits.user_passwd)
289 else if(conn->bits.user_passwd) {
ldap.c 244 if(conn->bits.user_passwd) {
256 if(conn->bits.user_passwd) {
http.c 500 if(conn->bits.user_passwd &&
629 (!proxy && conn->bits.user_passwd &&
687 conn->bits.user_passwd)
962 if((httpcode == 401) && !conn->bits.user_passwd)
    [all...]
pop3.c 435 if(!conn->bits.user_passwd) {
468 if(!conn->bits.user_passwd) {
    [all...]
openldap.c 264 if(conn->bits.user_passwd) {
url.c     [all...]
smb.c 253 if(!conn->bits.user_passwd)
urldata.h 498 bool user_passwd; /* do we use user+password for this connection? */ member in struct:ConnectBits
    [all...]
imap.c 540 if(!conn->bits.user_passwd) {
    [all...]
telnet.c 832 if(conn->bits.user_passwd) {
    [all...]

Completed in 235 milliseconds