to_buf 64 source4/heimdal/lib/gssapi/mech/gss_utils.c const gss_buffer_t from_buf, gss_buffer_t to_buf)
to_buf 69 source4/heimdal/lib/gssapi/mech/gss_utils.c to_buf->value = malloc(len);
to_buf 70 source4/heimdal/lib/gssapi/mech/gss_utils.c if (!to_buf->value) {
to_buf 72 source4/heimdal/lib/gssapi/mech/gss_utils.c to_buf->length = 0;
to_buf 75 source4/heimdal/lib/gssapi/mech/gss_utils.c to_buf->length = len;
to_buf 76 source4/heimdal/lib/gssapi/mech/gss_utils.c memcpy(to_buf->value, from_buf->value, len);
to_buf 33 source4/heimdal/lib/gssapi/mech/utils.h const gss_buffer_t from_buf, gss_buffer_t to_buf);