Lines Matching refs:_cupsSetError

92     _cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(EINVAL), 0);  in cupsMakeServerCredentials()
119 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, gnutls_strerror(result), 0); in cupsMakeServerCredentials()
132 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(errno), 0); in cupsMakeServerCredentials()
194 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, gnutls_strerror(result), 0); in cupsMakeServerCredentials()
208 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(errno), 0); in cupsMakeServerCredentials()
260 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, strerror(EINVAL), 0); in cupsSetServerCredentials()
439 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("No common name specified."), 1); in httpCredentialsGetTrust()
445 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Unable to create credentials from array."), 1); in httpCredentialsGetTrust()
482 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Trust on first use is disabled."), 1); in httpCredentialsGetTrust()
492_cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("New credentials are older than stored credentials."), … in httpCredentialsGetTrust()
502 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("New credentials are not valid for name."), 1); in httpCredentialsGetTrust()
522 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("No stored credentials, not valid for name."), 1); in httpCredentialsGetTrust()
560_cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Credentials do not validate against site CA certificat… in httpCredentialsGetTrust()
564 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Trust on first use is disabled."), 1); in httpCredentialsGetTrust()
577 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Credentials have expired."), 1); in httpCredentialsGetTrust()
584 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Self-signed credentials are blocked."), 1); in httpCredentialsGetTrust()
1264 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Server credentials not set."), 1); in _httpTLSStart()
1293 _cupsSetError(IPP_STATUS_ERROR_CUPS_PKI, gnutls_strerror(status), 0); in _httpTLSStart()
1476 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, _("Unable to create server credentials."), 1); in _httpTLSStart()
1497 _cupsSetError(IPP_STATUS_ERROR_CUPS_PKI, gnutls_strerror(status), 0); in _httpTLSStart()
1556 _cupsSetError(IPP_STATUS_ERROR_CUPS_PKI, gnutls_strerror(status), 0); in _httpTLSStart()
1585 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, gnutls_strerror(errno), 0); in _httpTLSStop()