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

  /external/libcups/cups/
tls-gnutls.c 464 tcreds_str[1024]; /* String for saved credentials */ local
467 httpCredentialsString(tcreds, tcreds_str, sizeof(tcreds_str));
469 if (strcmp(credentials_str, tcreds_str))
    [all...]
tls-darwin.c 632 tcreds_str[1024]; /* String for saved credentials */ local
635 httpCredentialsString(tcreds, tcreds_str, sizeof(tcreds_str));
637 if (strcmp(credentials_str, tcreds_str))
    [all...]

Completed in 137 milliseconds