Searched refs:decode_buf (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libsasl/lib/ |
H A D | common.c | 408 if(!conn->decode_buf) in sasl_decode() 409 conn->decode_buf = sasl_ALLOC(conn->props.maxbufsize + 1); in sasl_decode() 410 if(!conn->decode_buf) in sasl_decode() 413 memcpy(conn->decode_buf, input, inputlen); in sasl_decode() 414 conn->decode_buf[inputlen] = '\0'; in sasl_decode() 415 *output = conn->decode_buf; in sasl_decode() 559 conn->decode_buf = NULL; in _sasl_conn_init() 706 if(conn->decode_buf) in _sasl_conn_dispose() 707 sasl_FREE(conn->decode_buf); in _sasl_conn_dispose()
|
H A D | saslint.h | 208 char *decode_buf; member
|
/titanic_44/usr/src/lib/sasl_plugins/gssapi/ |
H A D | gssapi.c | 158 char *decode_buf; member 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;
|
/titanic_44/usr/src/lib/libdscfg/common/ |
H A D | cfg.c | 1153 char decode_buf[CFG_MAX_BUF]; in cfg_get_options() local 1184 cfg_decode_string(tval, decode_buf, CFG_MAX_BUF); in cfg_get_options() 1185 strncpy(val, decode_buf, val_len); in cfg_get_options() 1186 cfg_decode_string(ttag, decode_buf, CFG_MAX_BUF); in cfg_get_options() 1187 strncpy(tag, decode_buf, tag_len); in cfg_get_options()
|
/titanic_44/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 242 char *encode_buf, *decode_buf, *decode_once_buf; member 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);
|