Searched refs:decode_once_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c159 char *decode_once_buf; member in struct:context
575 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
585 *output = text->decode_once_buf;
698 if (text->decode_once_buf) {
699 text->utils->free(text->decode_once_buf);
700 text->decode_once_buf = NULL;
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c242 char *encode_buf, *decode_buf, *decode_once_buf; member in struct:context
1893 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
1899 *output = text->decode_once_buf;
2151 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
2157 *output = text->decode_once_buf;
2282 if (text->decode_once_buf) utils->free(text->decode_once_buf);

Completed in 72 milliseconds