Home | History | Annotate | Download | only in err

Lines Matching refs:ERR_STATE

123 DECLARE_LHASH_OF(ERR_STATE);
127 static void ERR_STATE_free(ERR_STATE *s);
236 LHASH_OF(ERR_STATE) *(*cb_thread_get)(int create);
237 void (*cb_thread_release)(LHASH_OF(ERR_STATE) **hash);
238 ERR_STATE *(*cb_thread_get_item)(const ERR_STATE *);
239 ERR_STATE *(*cb_thread_set_item)(ERR_STATE *);
240 void (*cb_thread_del_item)(const ERR_STATE *);
251 static LHASH_OF(ERR_STATE) *int_thread_get(int create);
252 static void int_thread_release(LHASH_OF(ERR_STATE) **hash);
253 static ERR_STATE *int_thread_get_item(const ERR_STATE *);
254 static ERR_STATE *int_thread_set_item(ERR_STATE *);
255 static void int_thread_del_item(const ERR_STATE *);
285 static LHASH_OF(ERR_STATE) *int_thread_hash = NULL;
430 static unsigned long err_state_hash(const ERR_STATE *a)
434 static IMPLEMENT_LHASH_HASH_FN(err_state, ERR_STATE)
436 static int err_state_cmp(const ERR_STATE *a, const ERR_STATE *b)
440 static IMPLEMENT_LHASH_COMP_FN(err_state, ERR_STATE)
442 static LHASH_OF(ERR_STATE) *int_thread_get(int create)
444 LHASH_OF(ERR_STATE) *ret = NULL;
462 static void int_thread_release(LHASH_OF(ERR_STATE) **hash)
485 static ERR_STATE *int_thread_get_item(const ERR_STATE *d)
487 ERR_STATE *p;
488 LHASH_OF(ERR_STATE) *hash;
503 static ERR_STATE *int_thread_set_item(ERR_STATE *d)
505 ERR_STATE *p;
506 LHASH_OF(ERR_STATE) *hash;
521 static void int_thread_del_item(const ERR_STATE *d)
523 ERR_STATE *p;
524 LHASH_OF(ERR_STATE) *hash;
644 static void ERR_STATE_free(ERR_STATE *s)
709 ERR_STATE *es;
745 ERR_STATE *es;
795 ERR_STATE *es;
928 LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void)
934 void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash)
985 ERR_STATE tmp;
1004 ERR_STATE *ERR_get_state(void)
1006 static ERR_STATE fallback;
1007 ERR_STATE *ret,tmp,*tmpp=NULL;
1019 ret=(ERR_STATE *)OPENSSL_malloc(sizeof(ERR_STATE));
1052 ERR_STATE *es;
1112 ERR_STATE *es;
1123 ERR_STATE *es;