Home
last modified time | relevance | path

Searched refs:userpass (Results 1 - 5 of 5) sorted by relevance

/third_party/cups-filters/cupsfilters/
H A Dtestdriver.c79 userpass[255], /* Username/password (unused) */ in cat_ppd() local
87 userpass, sizeof(userpass), hostname, sizeof(hostname), in cat_ppd()
H A Dipp.c214 char scheme[10], userpass[1024], host_name[1024], resource[1024]; in get_printer_attributes5() local
282 userpass, sizeof(userpass), in get_printer_attributes5()
494 userpass[256], in ippfind_based_uri_converter() local
503 userpass, sizeof(userpass), in ippfind_based_uri_converter()
H A Dppdgenerator.c372 userpass[256], /* URL username:password */ in get_url() local
382 userpass, sizeof(userpass), host, sizeof(host), &port, in get_url()
/third_party/python/Lib/test/
H A Dtest_urllib.py580 userpass = "a b:c d"
581 url = "http://{}@python.org/".format(userpass)
584 b64encode(userpass.encode("ASCII")).decode("ASCII"))
H A Dtest_urllib2.py1650 userpass = bytes('%s:%s' % (user, password), "ascii")
1652 base64.encodebytes(userpass).strip().decode())

Completed in 13 milliseconds