Searched refs:decode_buf (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c408 if(!conn->decode_buf)
409 conn->decode_buf = sasl_ALLOC(conn->props.maxbufsize + 1);
410 if(!conn->decode_buf)
413 memcpy(conn->decode_buf, input, inputlen);
414 conn->decode_buf[inputlen] = '\0';
415 *output = conn->decode_buf;
559 conn->decode_buf = NULL;
706 if(conn->decode_buf)
707 sasl_FREE(conn->decode_buf);
H A Dsaslint.h208 char *decode_buf; member in struct:sasl_conn
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c158 char *decode_buf; member in struct:context
611 &text->decode_buf, &text->decode_buf_len, outputlen,
614 *output = text->decode_buf;
693 if (text->decode_buf) {
694 text->utils->free(text->decode_buf);
695 text->decode_buf = NULL;
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c1153 char decode_buf[CFG_MAX_BUF]; local
1184 cfg_decode_string(tval, decode_buf, CFG_MAX_BUF);
1185 strncpy(val, decode_buf, val_len);
1186 cfg_decode_string(ttag, decode_buf, CFG_MAX_BUF);
1187 strncpy(tag, decode_buf, tag_len);
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c242 char *encode_buf, *decode_buf, *decode_once_buf; member in struct:context
1993 &text->decode_buf, &text->decode_buf_len, outputlen,
1996 *output = text->decode_buf;
2254 &text->decode_buf, &text->decode_buf_len, outputlen,
2257 *output = text->decode_buf;
2281 if (text->decode_buf) utils->free(text->decode_buf);

Completed in 108 milliseconds