Searched refs:cupsUser (Results 1 – 9 of 9) sorted by relevance
/external/libcups/cups/ |
D | auth.c | 193 cupsUser(), in cupsDoAuthentication() 205 snprintf(http->userpass, sizeof(http->userpass), "%s:%s", cupsUser(), in cupsDoAuthentication() 264 httpMD5(cupsUser(), realm, strchr(http->userpass, ':') + 1, encode); in cupsDoAuthentication() 268 "response=\"%s\"", cupsUser(), realm, nonce, resource, encode); in cupsDoAuthentication() 360 cupsUser(), http->gsshost); in _cupsSetNegotiateAuthString() 369 username = cupsUser(); in _cupsSetNegotiateAuthString() 773 username = cupsUser(); in cups_local_auth()
|
D | dest-job.c | 52 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in cupsCancelDestJob() 130 NULL, cupsUser()); in cupsCloseDestJob() 204 NULL, cupsUser()); in cupsCreateDestJob() 338 NULL, cupsUser()); in cupsStartDestDocument()
|
D | util.c | 123 NULL, cupsUser()); in cupsCancelJob2() 197 NULL, cupsUser()); in cupsCreateJob() 513 "requesting-user-name", NULL, cupsUser()); in cupsGetJobs2() 935 NULL, cupsUser()); in cupsStartDocument()
|
D | libcups2.def | 291 cupsUser
|
D | tlscheck.c | 694 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in main()
|
D | cups.h | 383 extern const char *cupsUser(void);
|
D | usersys.c | 539 cupsUser(void) in cupsUser() function
|
D | dest.c | 859 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in _cupsCreateDest() 890 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in _cupsCreateDest() 1614 "requesting-user-name", NULL, cupsUser()); in _cupsGetDests()
|
D | dest-options.c | 610 "requesting-user-name", NULL, cupsUser()); in cupsCopyDestInfo() 2249 NULL, cupsUser()); in cups_update_ready()
|