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

/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c158 char *decode_once_buf; member in struct:context
574 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
584 *output = text->decode_once_buf;
697 if (text->decode_once_buf) {
698 text->utils->free(text->decode_once_buf);
699 text->decode_once_buf = NULL;
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c243 char *encode_buf, *decode_buf, *decode_once_buf; member in struct:context
1898 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
1904 *output = text->decode_once_buf;
2156 result = _plug_buf_alloc(text->utils, &text->decode_once_buf,
2162 *output = text->decode_once_buf;
2287 if (text->decode_once_buf) utils->free(text->decode_once_buf);

Completed in 28 milliseconds