Searched refs:cupsUser (Results 1 – 10 of 10) 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() 137 NULL, cupsUser()); in cupsCloseDestJob() 218 NULL, cupsUser()); in cupsCreateDestJob() 366 NULL, cupsUser()); in cupsStartDestDocument()
|
D | util.c | 138 NULL, cupsUser()); in cupsCancelJob2() 531 "requesting-user-name", NULL, cupsUser()); in cupsGetJobs2() 957 NULL, cupsUser()); in cupsStartDocument()
|
D | libcups2.def | 291 cupsUser
|
D | tlscheck.c | 702 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in main()
|
D | cups.h | 385 extern const char *cupsUser(void);
|
D | usersys.c | 543 cupsUser(void) in cupsUser() function
|
D | dest-options.c | 634 "requesting-user-name", NULL, cupsUser()); in cupsCopyDestInfo() 2331 NULL, cupsUser()); in cups_update_ready()
|
D | dest.c | 902 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in _cupsCreateDest() 933 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in _cupsCreateDest() 1408 "requesting-user-name", NULL, cupsUser()); in _cupsGetDests()
|
/external/libcups/filter/ |
D | testclient.c | 221 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in main() 299 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in main() 343 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in main() 785 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in monitor_printer() 815 … ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "requesting-user-name", NULL, cupsUser()); in monitor_printer()
|