Symbol: NAME_FUNCS
crypto/libressl/crypto/objects/o_names.c
26
DECLARE_STACK_OF(NAME_FUNCS)
crypto/libressl/crypto/objects/o_names.c
28
static STACK_OF(NAME_FUNCS) *name_funcs_stack;
crypto/libressl/crypto/objects/o_names.c
329
name_funcs_free(NAME_FUNCS *ptr)
crypto/libressl/crypto/objects/o_names.c
58
NAME_FUNCS *name_funcs;
crypto/libressl/crypto/objects/o_names.c
68
name_funcs = malloc(sizeof(NAME_FUNCS));
crypto/libressl/include/openssl/safestack.h
1064
#define sk_NAME_FUNCS_new(cmp) SKM_sk_new(NAME_FUNCS, (cmp))
crypto/libressl/include/openssl/safestack.h
1065
#define sk_NAME_FUNCS_new_null() SKM_sk_new_null(NAME_FUNCS)
crypto/libressl/include/openssl/safestack.h
1066
#define sk_NAME_FUNCS_free(st) SKM_sk_free(NAME_FUNCS, (st))
crypto/libressl/include/openssl/safestack.h
1067
#define sk_NAME_FUNCS_num(st) SKM_sk_num(NAME_FUNCS, (st))
crypto/libressl/include/openssl/safestack.h
1068
#define sk_NAME_FUNCS_value(st, i) SKM_sk_value(NAME_FUNCS, (st), (i))
crypto/libressl/include/openssl/safestack.h
1069
#define sk_NAME_FUNCS_set(st, i, val) SKM_sk_set(NAME_FUNCS, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
1070
#define sk_NAME_FUNCS_zero(st) SKM_sk_zero(NAME_FUNCS, (st))
crypto/libressl/include/openssl/safestack.h
1071
#define sk_NAME_FUNCS_push(st, val) SKM_sk_push(NAME_FUNCS, (st), (val))
crypto/libressl/include/openssl/safestack.h
1072
#define sk_NAME_FUNCS_unshift(st, val) SKM_sk_unshift(NAME_FUNCS, (st), (val))
crypto/libressl/include/openssl/safestack.h
1073
#define sk_NAME_FUNCS_find(st, val) SKM_sk_find(NAME_FUNCS, (st), (val))
crypto/libressl/include/openssl/safestack.h
1074
#define sk_NAME_FUNCS_find_ex(st, val) SKM_sk_find_ex(NAME_FUNCS, (st), (val))
crypto/libressl/include/openssl/safestack.h
1075
#define sk_NAME_FUNCS_delete(st, i) SKM_sk_delete(NAME_FUNCS, (st), (i))
crypto/libressl/include/openssl/safestack.h
1076
#define sk_NAME_FUNCS_delete_ptr(st, ptr) SKM_sk_delete_ptr(NAME_FUNCS, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
1077
#define sk_NAME_FUNCS_insert(st, val, i) SKM_sk_insert(NAME_FUNCS, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
1078
#define sk_NAME_FUNCS_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(NAME_FUNCS, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
1079
#define sk_NAME_FUNCS_dup(st) SKM_sk_dup(NAME_FUNCS, st)
crypto/libressl/include/openssl/safestack.h
1080
#define sk_NAME_FUNCS_pop_free(st, free_func) SKM_sk_pop_free(NAME_FUNCS, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
1081
#define sk_NAME_FUNCS_shift(st) SKM_sk_shift(NAME_FUNCS, (st))
crypto/libressl/include/openssl/safestack.h
1082
#define sk_NAME_FUNCS_pop(st) SKM_sk_pop(NAME_FUNCS, (st))
crypto/libressl/include/openssl/safestack.h
1083
#define sk_NAME_FUNCS_sort(st) SKM_sk_sort(NAME_FUNCS, (st))
crypto/libressl/include/openssl/safestack.h
1084
#define sk_NAME_FUNCS_is_sorted(st) SKM_sk_is_sorted(NAME_FUNCS, (st))