Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/include/openssl/
H A Dstack.h66 typedef struct stack_st { struct
67 int num;
68 char **data;
69 int sorted;
71 int num_alloc;
72 int (*comp)(const void *, const void *);