Searched refs:_ex (Results 1 – 13 of 13) sorted by relevance
172 unsigned _ex, _mxcsr; in __fpgetsticky() local176 _ex = (_sw & FP_STKY_FLD) >> FP_STKY_OFF; in __fpgetsticky()178 _ex |= (_mxcsr & SSE_STKY_FLD) >> SSE_STKY_OFF; in __fpgetsticky()179 return ((fp_except_t)_ex); in __fpgetsticky()
122 unsigned _ex; in fpgetsticky() local126 _ex = (_sw & FP_STKY_FLD) >> FP_STKY_OFF; in fpgetsticky()127 return ((fp_except_t)_ex); in fpgetsticky()
123 struct _ex { struct
44 Functions ending in _ex() allow for a library context I<ctx> and property query
45 Functions ending in _ex() allow for a library context I<ctx> and property query
68 Functions ending in _ex() take optional parameters I<libctx> and I<propq> which
97 Functions ending in _ex() allow for a library context I<ctx> and property query
113 Functions ending in _ex() take optional parameters I<libctx> and I<propq> which
280 deprecated in OpenSSL 3.0. Use the non-deprecated _ex functions instead.
79 type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \92 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \96 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \
211 EVP_DigestFinal/_ex() unless the `xoflen` param is set before.222 SSL_CTX_flush_sessions() functions in favor of their respective `_ex`660 * Added various `_ex` functions to the OpenSSL API that support using
840 EVP_DigestFinal/_ex() unless the `xoflen` param is set before.896 been deprecated in favour of their respective ..._ex() replacement functions3189 * Added various `_ex` functions to the OpenSSL API that support using13317 place of callback/argument pairs. The new API functions have `_ex`
1257 Use the respective non-deprecated _ex() functions.