Lines Matching refs:library
33 error occurred in the library B<lib> for the reason given by the
44 B<func> of library B<lib>, in line number B<line> of B<file>.
72 =head3 OpenSSL library reports
74 Each OpenSSL sub-library has library code B<ERR_LIB_XXX> and has its own set
92 This "library code" indicates that a system error is being reported. In
101 with any sub-library code.
117 To get a "library" code, call L<ERR_get_next_error_library(3)>; this gives
122 Reason codes for each such "library" are determined or generated by the
128 The exceptions mentioned in L</OpenSSL library reports> above are valid for
134 ... and they may use B<ERR_R_XXX> macros together with their own "library"
152 Although a library will normally report errors using its own specific
153 B<ERR_LIB_XXX> macro, another library's macro can be used, together with
154 that other library's reason codes. This is normally only done when a library