Loading crypto/stack/safestack.h +19 −19 Original line number Diff line number Diff line Loading @@ -444,25 +444,25 @@ STACK_OF(type) \ #define sk_ENGINE_pop(st) SKM_sk_pop(ENGINE, (st)) #define sk_ENGINE_sort(st) SKM_sk_sort(ENGINE, (st)) #define sk_ENGINE_CLEANUP_CB_new(st) SKM_sk_new(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_new_null() SKM_sk_new_null(ENGINE_CLEANUP_CB) #define sk_ENGINE_CLEANUP_CB_free(st) SKM_sk_free(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_num(st) SKM_sk_num(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_value(st, i) SKM_sk_value(ENGINE_CLEANUP_CB, (st), (i)) #define sk_ENGINE_CLEANUP_CB_set(st, i, val) SKM_sk_set(ENGINE_CLEANUP_CB, (st), (i), (val)) #define sk_ENGINE_CLEANUP_CB_zero(st) SKM_sk_zero(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_push(st, val) SKM_sk_push(ENGINE_CLEANUP_CB, (st), (val)) #define sk_ENGINE_CLEANUP_CB_unshift(st, val) SKM_sk_unshift(ENGINE_CLEANUP_CB, (st), (val)) #define sk_ENGINE_CLEANUP_CB_find(st, val) SKM_sk_find(ENGINE_CLEANUP_CB, (st), (val)) #define sk_ENGINE_CLEANUP_CB_delete(st, i) SKM_sk_delete(ENGINE_CLEANUP_CB, (st), (i)) #define sk_ENGINE_CLEANUP_CB_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE_CLEANUP_CB, (st), (ptr)) #define sk_ENGINE_CLEANUP_CB_insert(st, val, i) SKM_sk_insert(ENGINE_CLEANUP_CB, (st), (val), (i)) #define sk_ENGINE_CLEANUP_CB_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE_CLEANUP_CB, (st), (cmp)) #define sk_ENGINE_CLEANUP_CB_dup(st) SKM_sk_dup(ENGINE_CLEANUP_CB, st) #define sk_ENGINE_CLEANUP_CB_pop_free(st, free_func) SKM_sk_pop_free(ENGINE_CLEANUP_CB, (st), (free_func)) #define sk_ENGINE_CLEANUP_CB_shift(st) SKM_sk_shift(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_pop(st) SKM_sk_pop(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_sort(st) SKM_sk_sort(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_ITEM_new(st) SKM_sk_new(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_new_null() SKM_sk_new_null(ENGINE_CLEANUP_ITEM) #define sk_ENGINE_CLEANUP_ITEM_free(st) SKM_sk_free(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_num(st) SKM_sk_num(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_value(st, i) SKM_sk_value(ENGINE_CLEANUP_ITEM, (st), (i)) #define sk_ENGINE_CLEANUP_ITEM_set(st, i, val) SKM_sk_set(ENGINE_CLEANUP_ITEM, (st), (i), (val)) #define sk_ENGINE_CLEANUP_ITEM_zero(st) SKM_sk_zero(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_push(st, val) SKM_sk_push(ENGINE_CLEANUP_ITEM, (st), (val)) #define sk_ENGINE_CLEANUP_ITEM_unshift(st, val) SKM_sk_unshift(ENGINE_CLEANUP_ITEM, (st), (val)) #define sk_ENGINE_CLEANUP_ITEM_find(st, val) SKM_sk_find(ENGINE_CLEANUP_ITEM, (st), (val)) #define sk_ENGINE_CLEANUP_ITEM_delete(st, i) SKM_sk_delete(ENGINE_CLEANUP_ITEM, (st), (i)) #define sk_ENGINE_CLEANUP_ITEM_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE_CLEANUP_ITEM, (st), (ptr)) #define sk_ENGINE_CLEANUP_ITEM_insert(st, val, i) SKM_sk_insert(ENGINE_CLEANUP_ITEM, (st), (val), (i)) #define sk_ENGINE_CLEANUP_ITEM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE_CLEANUP_ITEM, (st), (cmp)) #define sk_ENGINE_CLEANUP_ITEM_dup(st) SKM_sk_dup(ENGINE_CLEANUP_ITEM, st) #define sk_ENGINE_CLEANUP_ITEM_pop_free(st, free_func) SKM_sk_pop_free(ENGINE_CLEANUP_ITEM, (st), (free_func)) #define sk_ENGINE_CLEANUP_ITEM_shift(st) SKM_sk_shift(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_pop(st) SKM_sk_pop(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_sort(st) SKM_sk_sort(ENGINE_CLEANUP_ITEM, (st)) #define sk_GENERAL_NAME_new(st) SKM_sk_new(GENERAL_NAME, (st)) #define sk_GENERAL_NAME_new_null() SKM_sk_new_null(GENERAL_NAME) Loading Loading
crypto/stack/safestack.h +19 −19 Original line number Diff line number Diff line Loading @@ -444,25 +444,25 @@ STACK_OF(type) \ #define sk_ENGINE_pop(st) SKM_sk_pop(ENGINE, (st)) #define sk_ENGINE_sort(st) SKM_sk_sort(ENGINE, (st)) #define sk_ENGINE_CLEANUP_CB_new(st) SKM_sk_new(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_new_null() SKM_sk_new_null(ENGINE_CLEANUP_CB) #define sk_ENGINE_CLEANUP_CB_free(st) SKM_sk_free(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_num(st) SKM_sk_num(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_value(st, i) SKM_sk_value(ENGINE_CLEANUP_CB, (st), (i)) #define sk_ENGINE_CLEANUP_CB_set(st, i, val) SKM_sk_set(ENGINE_CLEANUP_CB, (st), (i), (val)) #define sk_ENGINE_CLEANUP_CB_zero(st) SKM_sk_zero(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_push(st, val) SKM_sk_push(ENGINE_CLEANUP_CB, (st), (val)) #define sk_ENGINE_CLEANUP_CB_unshift(st, val) SKM_sk_unshift(ENGINE_CLEANUP_CB, (st), (val)) #define sk_ENGINE_CLEANUP_CB_find(st, val) SKM_sk_find(ENGINE_CLEANUP_CB, (st), (val)) #define sk_ENGINE_CLEANUP_CB_delete(st, i) SKM_sk_delete(ENGINE_CLEANUP_CB, (st), (i)) #define sk_ENGINE_CLEANUP_CB_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE_CLEANUP_CB, (st), (ptr)) #define sk_ENGINE_CLEANUP_CB_insert(st, val, i) SKM_sk_insert(ENGINE_CLEANUP_CB, (st), (val), (i)) #define sk_ENGINE_CLEANUP_CB_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE_CLEANUP_CB, (st), (cmp)) #define sk_ENGINE_CLEANUP_CB_dup(st) SKM_sk_dup(ENGINE_CLEANUP_CB, st) #define sk_ENGINE_CLEANUP_CB_pop_free(st, free_func) SKM_sk_pop_free(ENGINE_CLEANUP_CB, (st), (free_func)) #define sk_ENGINE_CLEANUP_CB_shift(st) SKM_sk_shift(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_pop(st) SKM_sk_pop(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_CB_sort(st) SKM_sk_sort(ENGINE_CLEANUP_CB, (st)) #define sk_ENGINE_CLEANUP_ITEM_new(st) SKM_sk_new(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_new_null() SKM_sk_new_null(ENGINE_CLEANUP_ITEM) #define sk_ENGINE_CLEANUP_ITEM_free(st) SKM_sk_free(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_num(st) SKM_sk_num(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_value(st, i) SKM_sk_value(ENGINE_CLEANUP_ITEM, (st), (i)) #define sk_ENGINE_CLEANUP_ITEM_set(st, i, val) SKM_sk_set(ENGINE_CLEANUP_ITEM, (st), (i), (val)) #define sk_ENGINE_CLEANUP_ITEM_zero(st) SKM_sk_zero(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_push(st, val) SKM_sk_push(ENGINE_CLEANUP_ITEM, (st), (val)) #define sk_ENGINE_CLEANUP_ITEM_unshift(st, val) SKM_sk_unshift(ENGINE_CLEANUP_ITEM, (st), (val)) #define sk_ENGINE_CLEANUP_ITEM_find(st, val) SKM_sk_find(ENGINE_CLEANUP_ITEM, (st), (val)) #define sk_ENGINE_CLEANUP_ITEM_delete(st, i) SKM_sk_delete(ENGINE_CLEANUP_ITEM, (st), (i)) #define sk_ENGINE_CLEANUP_ITEM_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE_CLEANUP_ITEM, (st), (ptr)) #define sk_ENGINE_CLEANUP_ITEM_insert(st, val, i) SKM_sk_insert(ENGINE_CLEANUP_ITEM, (st), (val), (i)) #define sk_ENGINE_CLEANUP_ITEM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE_CLEANUP_ITEM, (st), (cmp)) #define sk_ENGINE_CLEANUP_ITEM_dup(st) SKM_sk_dup(ENGINE_CLEANUP_ITEM, st) #define sk_ENGINE_CLEANUP_ITEM_pop_free(st, free_func) SKM_sk_pop_free(ENGINE_CLEANUP_ITEM, (st), (free_func)) #define sk_ENGINE_CLEANUP_ITEM_shift(st) SKM_sk_shift(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_pop(st) SKM_sk_pop(ENGINE_CLEANUP_ITEM, (st)) #define sk_ENGINE_CLEANUP_ITEM_sort(st) SKM_sk_sort(ENGINE_CLEANUP_ITEM, (st)) #define sk_GENERAL_NAME_new(st) SKM_sk_new(GENERAL_NAME, (st)) #define sk_GENERAL_NAME_new_null() SKM_sk_new_null(GENERAL_NAME) Loading