HomeSort by relevance Sort by last modified time
    Searched defs:httpCredentialsString (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
tls.c 81 httpCredentialsString(cups_array_t *credentials, char *buffer, size_t bufsize)
tls-darwin.c 634 httpCredentialsString(credentials, credentials_str, sizeof(credentials_str));
635 httpCredentialsString(tcreds, tcreds_str, sizeof(tcreds_str));
781 * 'httpCredentialsString()' - Return a string representing the credentials.
787 httpCredentialsString(
796 DEBUG_printf(("httpCredentialsString(credentials=%p, buffer=%p, bufsize=" CUPS_LLFMT ")", (void *)credentials, (void *)buffer, CUPS_LLCAST bufsize));
832 DEBUG_printf(("1httpCredentialsString: Returning \"%s\".", buffer));
    [all...]
tls-gnutls.c 466 httpCredentialsString(credentials, credentials_str, sizeof(credentials_str));
467 httpCredentialsString(tcreds, tcreds_str, sizeof(tcreds_str));
620 * 'httpCredentialsString()' - Return a string representing the credentials.
626 httpCredentialsString(
635 DEBUG_printf(("httpCredentialsString(credentials=%p, buffer=%p, bufsize=" CUPS_LLFMT ")", credentials, buffer, CUPS_LLCAST bufsize));
669 DEBUG_printf(("1httpCredentialsString: Returning \"%s\".", buffer));
    [all...]
tls-sspi.c 322 * 'httpCredentialsString()' - Return a string representing the credentials.
328 httpCredentialsString(
338 DEBUG_printf(("httpCredentialsString(credentials=%p, buffer=%p, bufsize=" CUPS_LLFMT ")", credentials, buffer, CUPS_LLCAST bufsize));
390 DEBUG_printf(("1httpCredentialsString: Returning \"%s\".", buffer));
    [all...]

Completed in 726 milliseconds