Home
last modified time | relevance | path

Searched refs:cupsDoAuthentication (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dgetputfile.c149 if (cupsDoAuthentication(http, "GET", resource)) in cupsGetFd()
458 if (cupsDoAuthentication(http, "PUT", resource)) in cupsPutFd()
Dgetdevices.c125 if (!cupsDoAuthentication(http, "POST", "/")) in cupsGetDevices()
Drequest.c427 if (!cupsDoAuthentication(http, "POST", resource)) in cupsGetResponse()
826 if (cupsDoAuthentication(http, "POST", resource)) in cupsSendRequest()
Dtesthttp.c774 if (cupsDoAuthentication(http, "HEAD", resource)) in main()
876 if (cupsDoAuthentication(http, "GET", resource)) in main()
Dlibcups2.def159 cupsDoAuthentication
Dcups.h388 extern int cupsDoAuthentication(http_t *http, const char *method,
Dauth.c113 cupsDoAuthentication( in cupsDoAuthentication() function