Searched refs:sk_value (Results 1 – 3 of 3) sorted by relevance
63 #define sk_value OPENSSL_sk_value macro
133 ptr = (shl_t)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1); in dl_bind_func()
20118 * New functions sk_num, sk_value and sk_set to replace the previous macros.20122 sk_num or sk_value it would produce an error because the num, data members20124 replaces the old method of assigning a value to sk_value20125 (e.g. sk_value(x, i) = y) which the library used in a few cases. Any code