openssl v1.1.3+1.0.1g (2014-10-30T21:25:34Z)
Home
Dub
Repo
stack_st
deimos
openssl
stack
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow
struct
stack_st {
int
num
;
char
**
data
;
int
sorted
;
int
num_alloc
;
ExternC
!(
int
function
(
const
(
void
)*,
const
(
void
)*))
comp
;
}
Members
Variables
comp
ExternC
!(
int
function
(
const
(
void
)*,
const
(
void
)*))
comp
;
Undocumented in source.
data
char
**
data
;
Undocumented in source.
num
int
num
;
Undocumented in source.
num_alloc
int
num_alloc
;
Undocumented in source.
sorted
int
sorted
;
Undocumented in source.
Meta
Source
See Implementation
deimos
openssl
stack
aliases
_STACK
functions
M_sk_num
M_sk_value
sk_delete
sk_delete_ptr
sk_dup
sk_find
sk_find_ex
sk_free
sk_insert
sk_is_sorted
sk_new
sk_new_null
sk_num
sk_pop
sk_pop_free
sk_push
sk_set
sk_set_cmp_func
sk_shift
sk_sort
sk_unshift
sk_value
sk_zero
structs
stack_st