'\" t .\" Title: tlsrpt_error_code_is_internal .\" Author: Boris Lohner .\" Generator: Asciidoctor 2.0.26 .\" Date: 2026-09-01 .\" Manual: tlsrpt_error_code_is_internal .\" Source: tlsrpt_error_code_is_internal .\" Language: English .\" .TH "TLSRPT_ERROR_CODE_IS_INTERNAL" "3" "2026-09-01" "tlsrpt_error_code_is_internal" "tlsrpt_error_code_is_internal" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" tlsrpt_error_code_is_internal \- returns if the error code is internal to the TLSRPT library .SH "SYNOPSIS" .sp #include .sp int tlsrpt_error_code_is_internal(int errorcode) .SH "DESCRIPTION" .sp The \f(CRtlsrpt_error_code_is_internal\fP function returns if the error code is internal to the TLSRPT library. \f(CRtlsrpt_error_code_is_internal\fP returns 1 if the error code describes an error internal to the TLSRPT library. \f(CRtlsrpt_error_code_is_internal\fP returns 0 if the error code is a composed error code combined of the C library function and the call site within the TLSRPT library and the errno value resulting from the failed call into the C library. .SH "RETURN VALUE" .sp The tlsrpt_error_code_is_internal function returns if the error code is internal to the TLSRPT library. .SH "SEE ALSO" .sp man:tlsrpt_strerror[3], man:tlsrpt_errno_from_error_code[3] .SH "AUTHOR" .sp Boris Lohner