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

  /external/python/cpython2/Lib/
urllib.py 298 user_passwd = None
303 user_passwd, host = splituser(host)
313 user_passwd = None
319 user_passwd, realhost = splituser(realhost)
320 if user_passwd:
334 if user_passwd:
335 user_passwd = unquote(user_passwd)
336 auth = base64.b64encode(user_passwd).strip()
393 user_passwd = Non
    [all...]
  /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/syslinux/com32/menu/
menumain.c 215 char user_passwd[WIDTH], *p; local
241 p = user_passwd;
254 p = user_passwd; /* No password entered */
261 if (p > user_passwd) {
268 while (p > user_passwd) {
276 (p - user_passwd) < WIDTH - 2 * PASSWD_MARGIN - 5) {
284 if (p == user_passwd)
290 passwd_compare(cm->menu_master_passwd, user_passwd))
291 || (menu_entry && passwd_compare(menu_entry, user_passwd));
294 memset(user_passwd, 0, WIDTH)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py 290 user_passwd = None
295 user_passwd, host = splituser(host)
305 user_passwd = None
311 user_passwd, realhost = splituser(realhost)
312 if user_passwd:
326 if user_passwd:
328 auth = base64.b64encode(user_passwd).strip()
386 user_passwd = None
391 user_passwd, host = splituser(host)
400 user_passwd = None
    [all...]
  /external/curl/lib/
curl_sasl.c 239 if(conn->bits.user_passwd)
290 else if(conn->bits.user_passwd) {
ldap.c 243 if(conn->bits.user_passwd) {
255 if(conn->bits.user_passwd) {
http.c 500 if(conn->bits.user_passwd &&
629 (!proxy && conn->bits.user_passwd &&
687 conn->bits.user_passwd)
971 if((httpcode == 401) && !conn->bits.user_passwd)
    [all...]
pop3.c 433 if(!conn->bits.user_passwd) {
466 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 518 bool user_passwd; /* do we use user+password for this connection? */ member in struct:ConnectBits
    [all...]
imap.c 539 if(!conn->bits.user_passwd) {
    [all...]
telnet.c 831 if(conn->bits.user_passwd) {
    [all...]

Completed in 3078 milliseconds