Searched refs:ctx_orawbuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.h49 void *ctx_orawbuf; member in struct:authsvc_context
H A Dsmbd_authsvc.c329 ctx->ctx_orawbuf = malloc(ctx->ctx_orawlen);
330 if (ctx->ctx_irawbuf == NULL || ctx->ctx_orawbuf == NULL)
364 free(ctx->ctx_orawbuf);
451 len = send(sock, ctx->ctx_orawbuf,
523 smb_lsa_eresp_t *er = ctx->ctx_orawbuf;
820 (uchar_t *)ctx->ctx_orawbuf, &toklen);
873 (void) memcpy(ctx->ctx_orawbuf,
899 if ((ctx->ctx_orawbuf = realloc(ctx->ctx_orawbuf, len)) ==
907 xdrmem_create(&xdrs, ctx->ctx_orawbuf, le
[all...]

Completed in 68 milliseconds