• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/err/

Lines Matching defs:ERR_STATE

123 DECLARE_LHASH_OF(ERR_STATE);
127 static void ERR_STATE_free(ERR_STATE *s);
232 LHASH_OF(ERR_STATE) *(*cb_thread_get) (int create);
233 void (*cb_thread_release) (LHASH_OF(ERR_STATE) **hash);
234 ERR_STATE *(*cb_thread_get_item) (const ERR_STATE *);
235 ERR_STATE *(*cb_thread_set_item) (ERR_STATE *);
236 void (*cb_thread_del_item) (const ERR_STATE *);
247 static LHASH_OF(ERR_STATE) *int_thread_get(int create);
248 static void int_thread_release(LHASH_OF(ERR_STATE) **hash);
249 static ERR_STATE *int_thread_get_item(const ERR_STATE *);
250 static ERR_STATE *int_thread_set_item(ERR_STATE *);
251 static void int_thread_del_item(const ERR_STATE *);
282 static LHASH_OF(ERR_STATE) *int_thread_hash = NULL;
434 static unsigned long err_state_hash(const ERR_STATE *a)
439 static IMPLEMENT_LHASH_HASH_FN(err_state, ERR_STATE)
441 static int err_state_cmp(const ERR_STATE *a, const ERR_STATE *b)
446 static IMPLEMENT_LHASH_COMP_FN(err_state, ERR_STATE)
448 static LHASH_OF(ERR_STATE) *int_thread_get(int create)
450 LHASH_OF(ERR_STATE) *ret = NULL;
466 static void int_thread_release(LHASH_OF(ERR_STATE) **hash)
489 static ERR_STATE *int_thread_get_item(const ERR_STATE *d)
491 ERR_STATE *p;
492 LHASH_OF(ERR_STATE) *hash;
507 static ERR_STATE *int_thread_set_item(ERR_STATE *d)
509 ERR_STATE *p;
510 LHASH_OF(ERR_STATE) *hash;
525 static void int_thread_del_item(const ERR_STATE *d)
527 ERR_STATE *p;
528 LHASH_OF(ERR_STATE) *hash;
644 static void ERR_STATE_free(ERR_STATE *s)
705 ERR_STATE *es;
741 ERR_STATE *es;
804 ERR_STATE *es;
936 LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void)
942 void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash)
992 ERR_STATE tmp;
1013 ERR_STATE *ERR_get_state(void)
1015 static ERR_STATE fallback;
1016 ERR_STATE *ret, tmp, *tmpp = NULL;
1027 ret = (ERR_STATE *)OPENSSL_malloc(sizeof(ERR_STATE));
1061 ERR_STATE *es;
1117 ERR_STATE *es;
1129 ERR_STATE *es;