Home
last modified time | relevance | path

Searched defs:stack_st (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/stack/
H A Dstack.h66 typedef struct stack_st struct
68 int num;
69 char **data;
70 int sorted;
72 int num_alloc;
73 int (*comp)(const char * const *, const char * const *);