HomeSort by relevance Sort by last modified time
    Searched refs:cupsDoAuthentication (Results 1 - 6 of 6) sorted by null

  /external/libcups/cups/
getputfile.c 119 if (cupsDoAuthentication(http, "GET", resource))
398 if (cupsDoAuthentication(http, "PUT", resource))
getdevices.c 125 if (!cupsDoAuthentication(http, "POST", "/"))
request.c 427 if (!cupsDoAuthentication(http, "POST", resource))
814 if (cupsDoAuthentication(http, "POST", resource))
testhttp.c 719 if (cupsDoAuthentication(http, "GET", resource))
812 if (cupsDoAuthentication(http, "GET", resource))
auth.c 100 * 'cupsDoAuthentication()' - Authenticate a request.
109 cupsDoAuthentication(
123 DEBUG_printf(("cupsDoAuthentication(http=%p, method=\"%s\", resource=\"%s\")", (void *)http, method, resource));
131 DEBUG_printf(("2cupsDoAuthentication: digest_tries=%d, userpass=\"%s\"",
133 DEBUG_printf(("2cupsDoAuthentication: WWW-Authenticate=\"%s\"",
150 DEBUG_printf(("2cupsDoAuthentication: authstring=\"%s\"",
213 DEBUG_printf(("1cupsDoAuthentication: Too many authentication tries (%d)",
273 DEBUG_printf(("1cupsDoAuthentication: Unknown auth type: \"%s\"",
279 DEBUG_printf(("1cupsDoAuthentication: authstring=\"%s\"", http->authstring));
cups.h 388 extern int cupsDoAuthentication(http_t *http, const char *method,

Completed in 906 milliseconds