Searched refs:ser_ctx_count (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dserialize.c56 for (i=0; i<kcontext->ser_ctx_count; i++) {
82 (kcontext->ser_ctx_count+1)))) {
84 if (kcontext->ser_ctx_count)
86 sizeof(krb5_ser_entry) * kcontext->ser_ctx_count);
88 (void) memcpy((void*)&stable[kcontext->ser_ctx_count], entry,
92 sizeof(krb5_ser_entry) * (kcontext->ser_ctx_count));
94 kcontext->ser_ctx_count++;
H A Dinit_ctx.c569 if (ctx->ser_ctx_count && ctx->ser_ctx) {
570 FREE(ctx->ser_ctx,sizeof(krb5_ser_entry) * (ctx->ser_ctx_count) );
572 ctx->ser_ctx_count = 0;
856 nctx->ser_ctx_count = 0;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1532 int ser_ctx_count; member in struct:_krb5_context

Completed in 71 milliseconds