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

  /external/libcups/cups/
auth.c 150 DEBUG_printf(("2cupsDoAuthentication: authstring=\"%s\"",
151 http->authstring));
279 DEBUG_printf(("1cupsDoAuthentication: authstring=\"%s\"", http->authstring));
444 if ((http->authstring = malloc((size_t)authsize)) == NULL)
446 http->authstring = http->_authstring;
450 strlcpy(http->authstring, "Negotiate ", (size_t)authsize);
451 httpEncode64_2(http->authstring + 10, authsize - 10, output_token.value,
732 DEBUG_printf(("8cups_local_auth: Returning authstring=\"%s\"",
733 http->authstring));
    [all...]
getputfile.c 88 httpSetField(http, HTTP_FIELD_AUTHORIZATION, http->authstring);
308 DEBUG_printf(("2cupsPutFd: starting attempt, authstring=\"%s\"...",
309 http->authstring));
312 httpSetField(http, HTTP_FIELD_AUTHORIZATION, http->authstring);
request.c 196 if (http->authstring && !strncmp(http->authstring, "Local ", 6))
691 if (http->authstring && !strncmp(http->authstring, "Negotiate", 9))
702 httpSetField(http, HTTP_FIELD_AUTHORIZATION, http->authstring);
704 DEBUG_printf(("2cupsSendRequest: authstring=\"%s\"", http->authstring));
http.c 384 if (http->authstring && http->authstring != http->_authstring)
385 free(http->authstring);
781 return (http->authstring);
    [all...]
http-private.h 328 char *authstring; /* Current Authorization field */ member in struct:_http_s

Completed in 59 milliseconds