Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dbuffer.c81 struct saslc__buffer32_context_t { struct
82 saslc_sess_t *sess; /* session pointer (for error messages) */
83 size_t szneed; /* bytes needed in size buffer */
84 size_t bufsize; /* size of payload buffer */
85 size_t maxbuf; /* allocated length of payload buffer */
86 size_t bufneed; /* bytes needed in payload buffer */
89 uint8_t szbuf[4]; /* size buffer */
90 uint8_t buf[1]; /* payload buffer */
H A Dbuffer.h39 typedef struct saslc__buffer32_context_t saslc__buffer32_context_t; typedef