Searched refs:ERR_STATE (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr_def.c144 static void ERR_STATE_free(ERR_STATE *s);
157 ERR_STATE *(*cb_thread_get_item) (const ERR_STATE *);
158 ERR_STATE *(*cb_thread_set_item) (ERR_STATE *);
159 void (*cb_thread_del_item) (const ERR_STATE *);
172 static ERR_STATE *int_thread_get_item(const ERR_STATE *);
173 static ERR_STATE *int_thread_set_item(ERR_STATE *);
[all...]
H A Derr.c148 ERR_STATE *es;
184 ERR_STATE *es;
247 ERR_STATE *es;
310 ERR_STATE *es;
363 ERR_STATE *es;
375 ERR_STATE *es;
395 static ERR_STATE *fget_state(void)
397 static ERR_STATE fstate;
401 ERR_STATE *(*get_state_func) (void) = fget_state;
404 ERR_STATE *ERR_get_stat
[all...]
H A Derr.h104 } ERR_STATE; typedef in typeref:struct:err_state_st
297 ERR_STATE *ERR_get_state(void);
311 void int_ERR_set_state_func(ERR_STATE *(*get_func) (void),

Completed in 50 milliseconds