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()
121 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
245 deprecated in OpenSSL 3.0. Use the non-deprecated _ex functions instead.
73 type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \86 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \90 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \
1226 Use the respective non-deprecated _ex() functions.
180 * Added various `_ex` functions to the OpenSSL API that support using
1542 * Added various `_ex` functions to the OpenSSL API that support using11663 place of callback/argument pairs. The new API functions have `_ex`