Symbol: ADDED_OBJ
crypto/libressl/crypto/objects/obj_dat.c
144
added_obj_hash(const ADDED_OBJ *ca)
crypto/libressl/crypto/objects/obj_dat.c
176
static IMPLEMENT_LHASH_HASH_FN(added_obj, ADDED_OBJ)
crypto/libressl/crypto/objects/obj_dat.c
179
added_obj_cmp(const ADDED_OBJ *ca, const ADDED_OBJ *cb)
crypto/libressl/crypto/objects/obj_dat.c
216
static IMPLEMENT_LHASH_COMP_FN(added_obj, ADDED_OBJ)
crypto/libressl/crypto/objects/obj_dat.c
228
cleanup1_doall(ADDED_OBJ *a)
crypto/libressl/crypto/objects/obj_dat.c
236
static void cleanup2_doall(ADDED_OBJ *a)
crypto/libressl/crypto/objects/obj_dat.c
242
cleanup3_doall(ADDED_OBJ *a)
crypto/libressl/crypto/objects/obj_dat.c
249
static IMPLEMENT_LHASH_DOALL_FN(cleanup1, ADDED_OBJ)
crypto/libressl/crypto/objects/obj_dat.c
250
static IMPLEMENT_LHASH_DOALL_FN(cleanup2, ADDED_OBJ)
crypto/libressl/crypto/objects/obj_dat.c
251
static IMPLEMENT_LHASH_DOALL_FN(cleanup3, ADDED_OBJ)
crypto/libressl/crypto/objects/obj_dat.c
298
ADDED_OBJ *ao[4] = {NULL, NULL, NULL, NULL}, *aop;
crypto/libressl/crypto/objects/obj_dat.c
306
if (!(ao[ADDED_NID] = malloc(sizeof(ADDED_OBJ))))
crypto/libressl/crypto/objects/obj_dat.c
309
if (!(ao[ADDED_DATA] = malloc(sizeof(ADDED_OBJ))))
crypto/libressl/crypto/objects/obj_dat.c
312
if (!(ao[ADDED_SNAME] = malloc(sizeof(ADDED_OBJ))))
crypto/libressl/crypto/objects/obj_dat.c
315
if (!(ao[ADDED_LNAME] = malloc(sizeof(ADDED_OBJ))))
crypto/libressl/crypto/objects/obj_dat.c
345
ADDED_OBJ ad, *adp;
crypto/libressl/crypto/objects/obj_dat.c
373
ADDED_OBJ ad, *adp;
crypto/libressl/crypto/objects/obj_dat.c
401
ADDED_OBJ ad, *adp;
crypto/libressl/crypto/objects/obj_dat.c
459
ADDED_OBJ ad, *adp;
crypto/libressl/crypto/objects/obj_dat.c
525
ADDED_OBJ ad, *adp;
crypto/libressl/crypto/objects/obj_dat.c
547
ADDED_OBJ ad, *adp;
crypto/libressl/crypto/objects/obj_dat.c
96
DECLARE_LHASH_OF(ADDED_OBJ);
crypto/libressl/crypto/objects/obj_dat.c
99
static LHASH_OF(ADDED_OBJ) *added = NULL;
crypto/libressl/include/openssl/safestack.h
2016
#define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj)
crypto/libressl/include/openssl/safestack.h
2017
#define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
crypto/libressl/include/openssl/safestack.h
2018
#define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
crypto/libressl/include/openssl/safestack.h
2019
#define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
crypto/libressl/include/openssl/safestack.h
2020
#define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
crypto/libressl/include/openssl/safestack.h
2022
LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
crypto/libressl/include/openssl/safestack.h
2023
#define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh)
crypto/libressl/include/openssl/safestack.h
2024
#define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh)
crypto/libressl/include/openssl/safestack.h
2025
#define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh)
crypto/libressl/include/openssl/safestack.h
2027
LHM_lh_node_stats_bio(ADDED_OBJ,lh,out)
crypto/libressl/include/openssl/safestack.h
2029
LHM_lh_node_usage_stats_bio(ADDED_OBJ,lh,out)
crypto/libressl/include/openssl/safestack.h
2031
LHM_lh_stats_bio(ADDED_OBJ,lh,out)
crypto/libressl/include/openssl/safestack.h
2032
#define lh_ADDED_OBJ_free(lh) LHM_lh_free(ADDED_OBJ,lh)