Searched defs:saslc__buffer_context_t (Results 1 – 2 of 2) sorted by relevance
57 struct saslc__buffer_context_t { struct58 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 */
38 typedef struct saslc__buffer_context_t saslc__buffer_context_t; typedef