Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/libsaslc/dist/src/
H A Dbuffer.c57 struct saslc__buffer_context_t { struct
58 saslc_sess_t *sess; /* session pointer (for error messages) */
59 size_t maxbuf; /* allocated length of payload buffer (maxbuf) */
60 size_t bufneed; /* bytes needed in payload buffer */
63 uint8_t buf[1]; /* payload buffer */
H A Dbuffer.h38 typedef struct saslc__buffer_context_t saslc__buffer_context_t; typedef