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

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dcommon.c304 if(!conn->decode_buf)
305 conn->decode_buf = sasl_ALLOC(conn->props.maxbufsize + 1);
306 if(!conn->decode_buf)
309 memcpy(conn->decode_buf, input, inputlen);
310 conn->decode_buf[inputlen] = '\0';
311 *output = conn->decode_buf;
420 conn->decode_buf = NULL;
505 if(conn->decode_buf)
506 sasl_FREE(conn->decode_buf);
H A Dsaslint.h181 char *decode_buf; member in struct:sasl_conn
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dpassdss.c139 char *encode_buf, *decode_buf, *decode_pkt_buf; member in struct:context
328 &text->decode_buf, &text->decode_buf_len, outputlen,
331 *output = text->decode_buf;
764 if (text->decode_buf) utils->free(text->decode_buf);
H A Dgssapi.c162 unsigned char *decode_buf; member in struct:context
506 &text->decode_buf, &text->decode_buf_len, outputlen,
509 *output = (const char *)text->decode_buf;
573 if (text->decode_buf) {
574 text->utils->free(text->decode_buf);
575 text->decode_buf = NULL;
H A Dsrp.c273 char *encode_buf, *decode_buf, *decode_pkt_buf; member in struct:context
465 &text->decode_buf, &text->decode_buf_len, outputlen,
468 *output = text->decode_buf;
1512 if (text->decode_buf) utils->free(text->decode_buf);
H A Ddigestmd5.c254 unsigned char *encode_buf, *decode_buf, *decode_packet_buf; member in struct:context
1529 &text->decode_buf, &text->decode_buf_len, outputlen,
1532 *output = (const char *)text->decode_buf;
1567 if (text->decode_buf) utils->free(text->decode_buf);

Completed in 267 milliseconds