Home
last modified time | relevance | path

Searched refs:bound_offset (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.c369 int bound_offset; in asn1buf_expand() local
370 if (buf->base == NULL) bound_offset = -1; in asn1buf_expand()
371 else bound_offset = buf->bound - buf->base; in asn1buf_expand()
382 buf->bound = (buf->base) + bound_offset + inc; in asn1buf_expand()