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

  /external/libcups/cups/
tls.c 68 httpCredentialsGetExpiration(cups_array_t *credentials)
tls-darwin.c 654 else if (httpCredentialsGetExpiration(credentials) <= httpCredentialsGetExpiration(tcreds))
674 else if (httpCredentialsGetExpiration(tcreds) < time(NULL))
756 * 'httpCredentialsGetExpiration()' - Return the expiration date of the credentials.
762 httpCredentialsGetExpiration(
    [all...]
tls-gnutls.c 486 else if (httpCredentialsGetExpiration(credentials) <= httpCredentialsGetExpiration(tcreds))
506 else if (httpCredentialsGetExpiration(tcreds) < time(NULL))
595 * 'httpCredentialsGetExpiration()' - Return the expiration date of the credentials.
601 httpCredentialsGetExpiration(
    [all...]
tls-sspi.c 285 * 'httpCredentialsGetExpiration()' - Return the expiration date of the credentials.
291 httpCredentialsGetExpiration(
    [all...]

Completed in 2126 milliseconds