Home
last modified time | relevance | path

Searched refs:HTTP_FIELD_AUTHORIZATION (Results 1 – 8 of 8) sorted by relevance

/external/libcups/cups/
Dgetputfile.c111 httpSetField(http, HTTP_FIELD_AUTHORIZATION, http->authstring); in cupsGetFd()
366 httpSetField(http, HTTP_FIELD_AUTHORIZATION, http->authstring); in cupsPutFd()
Dtesthttp.c734 httpSetField(http, HTTP_FIELD_AUTHORIZATION, httpGetAuthString(http)); in main()
835 httpSetField(http, HTTP_FIELD_AUTHORIZATION, httpGetAuthString(http)); in main()
Dhttp.h151 HTTP_FIELD_AUTHORIZATION, /* Authorization field */ enumerator
Drequest.c705 httpSetField(http, HTTP_FIELD_AUTHORIZATION, http->authstring); in cupsSendRequest()
Dhttp.c4457 if (http->fields[HTTP_FIELD_AUTHORIZATION] && http->authstring && in http_send()
/external/libcups/scheduler/
Dauth.c285 authorization = httpGetField(con->http, HTTP_FIELD_AUTHORIZATION); in cupsdAuthorize()
Dclient.c3355 httpGetField(con->http, HTTP_FIELD_AUTHORIZATION)); in pipe_command()
/external/libcups/tools/
Dippeveprinter.c760 authorization = httpGetField(client->http, HTTP_FIELD_AUTHORIZATION); in authenticate_request()