Searched refs:ctx_obodybuf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.h56 void *ctx_obodybuf; member in struct:authsvc_context
H A Dsmbd_krb5ssp.c145 (void) memcpy(ctx->ctx_obodybuf, outtok.value, outtok.length);
149 free(ctx->ctx_obodybuf);
150 ctx->ctx_obodybuf = outtok.value;
H A Dsmbd_authsvc.c336 ctx->ctx_obodybuf = malloc(ctx->ctx_obodylen);
337 if (ctx->ctx_ibodybuf == NULL || ctx->ctx_obodybuf == NULL)
366 free(ctx->ctx_obodybuf);
766 * and: ctx->ctx_obodylen, but ctx->ctx_obodybuf
809 ctx->ctx_obodybuf, /* may be NULL */
874 ctx->ctx_obodybuf, ctx->ctx_obodylen);
H A Dsmbd_ntlmssp.c248 smb_msgbuf_init(&mb, ctx->ctx_obodybuf, ctx->ctx_obodylen, mbflags);

Completed in 58 milliseconds