Searched refs:cupsDoAuthentication (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | getputfile.c | 119 if (cupsDoAuthentication(http, "GET", resource)) in cupsGetFd() 398 if (cupsDoAuthentication(http, "PUT", resource)) in cupsPutFd()
|
D | getdevices.c | 125 if (!cupsDoAuthentication(http, "POST", "/")) in cupsGetDevices()
|
D | testhttp.c | 719 if (cupsDoAuthentication(http, "GET", resource)) in main() 812 if (cupsDoAuthentication(http, "GET", resource)) in main()
|
D | request.c | 427 if (!cupsDoAuthentication(http, "POST", resource)) in cupsGetResponse() 814 if (cupsDoAuthentication(http, "POST", resource)) in cupsSendRequest()
|
D | libcups2.def | 170 cupsDoAuthentication
|
D | cups.h | 388 extern int cupsDoAuthentication(http_t *http, const char *method,
|
D | auth.c | 109 cupsDoAuthentication( in cupsDoAuthentication() function
|