Home
last modified time | relevance | path

Searched refs:ERR_set_mark (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DERR_set_mark.pod5 ERR_set_mark, ERR_pop_to_mark - set marks and pop errors until mark
11 int ERR_set_mark(void);
17 ERR_set_mark() sets a mark on the current topmost error record if there
25 ERR_set_mark() returns 0 if the error stack is empty, otherwise 1.
36 ERR_set_mark() and ERR_pop_to_mark() were added in OpenSSL 0.9.8.
/onnv-gate/usr/src/common/openssl/crypto/err/
H A Derr.h302 int ERR_set_mark(void);
H A Derr.c1089 int ERR_set_mark(void) in ERR_set_mark() function
/onnv-gate/usr/src/common/openssl/
H A DCHANGES340 *) Add the functions ERR_set_mark() and ERR_pop_to_mark() for better