Home | History | Annotate | Download | only in cups

Lines Matching refs:username

162     const char        *username,	/* I - Username */
221 * Next the username and hostname, if any...
229 if (username && *username)
232 * Add username@ first...
235 ptr = http_copy_encode(ptr, username, end, "/?#[]@", NULL,
442 const char *username, /* I - Username */
479 return (httpAssembleURI(encoding, uri, urilen, scheme, username, host,
897 char *username, /* O - Username [1024] */
902 httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, 32, username,
922 char *username, /* O - Username */
923 int usernamelen, /* I - Size of username buffer */
930 httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, schemelen, username,
948 char *username, /* O - Username */
949 int usernamelen, /* I - Size of username buffer */
969 if (username && usernamelen > 0)
970 *username = '\0';
985 if (!uri || !port || !scheme || schemelen <= 0 || !username ||
1073 * Grab the username, if any...
1079 * Get a username:password combo...
1082 uri = http_copy_decode(username, uri, usernamelen, "@",
1087 *username = '\0';
1472 s = _("Bad username in URI");