Searched defs:k5buf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-buf.h28 * k5buf string buffer module interface
48 /* The k5buf module is intended to allow multi-step string
56 k5buf structures are stack-allocated, but are intended to be
58 a way of life, so do not put k5buf structure pointers into the
61 /* We must define the k5buf structure here to allow stack allocation.
64 struct k5buf { struct
71 /* Initialize a k5buf using a fixed-sized, existing buffer. SPACE
73 void krb5int_buf_init_fixed(struct k5buf *buf, char *data, size_t space);
75 /* Initialize a k5buf using an internally allocated dynamic buffer.
77 void krb5int_buf_init_dynamic(struct k5buf *bu
[all...]

Completed in 20 milliseconds