Home
last modified time | relevance | path

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

/external/libcups/cups/
Dgetputfile.c119 if (cupsDoAuthentication(http, "GET", resource)) in cupsGetFd()
398 if (cupsDoAuthentication(http, "PUT", resource)) in cupsPutFd()
Dgetdevices.c125 if (!cupsDoAuthentication(http, "POST", "/")) in cupsGetDevices()
Dtesthttp.c719 if (cupsDoAuthentication(http, "GET", resource)) in main()
812 if (cupsDoAuthentication(http, "GET", resource)) in main()
Drequest.c427 if (!cupsDoAuthentication(http, "POST", resource)) in cupsGetResponse()
814 if (cupsDoAuthentication(http, "POST", resource)) in cupsSendRequest()
Dlibcups2.def170 cupsDoAuthentication
Dcups.h388 extern int cupsDoAuthentication(http_t *http, const char *method,
Dauth.c109 cupsDoAuthentication( in cupsDoAuthentication() function