Searched refs:cupsDoAuthentication (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | getputfile.c | 149 if (cupsDoAuthentication(http, "GET", resource)) in cupsGetFd() 458 if (cupsDoAuthentication(http, "PUT", resource)) in cupsPutFd()
|
D | getdevices.c | 125 if (!cupsDoAuthentication(http, "POST", "/")) in cupsGetDevices()
|
D | request.c | 427 if (!cupsDoAuthentication(http, "POST", resource)) in cupsGetResponse() 826 if (cupsDoAuthentication(http, "POST", resource)) in cupsSendRequest()
|
D | testhttp.c | 774 if (cupsDoAuthentication(http, "HEAD", resource)) in main() 876 if (cupsDoAuthentication(http, "GET", resource)) in main()
|
D | libcups2.def | 159 cupsDoAuthentication
|
D | cups.h | 388 extern int cupsDoAuthentication(http_t *http, const char *method,
|
D | auth.c | 113 cupsDoAuthentication( in cupsDoAuthentication() function
|