allocated 99 source4/heimdal/lib/ntlm/ntlm.c uint16_t allocated;
allocated 171 source4/heimdal/lib/ntlm/ntlm.c CHECK(krb5_ret_uint16(sp, &buf->allocated), 0);
allocated 182 source4/heimdal/lib/ntlm/ntlm.c CHECK(krb5_store_uint16(sp, buf->allocated), 0);
allocated 488 source4/heimdal/lib/ntlm/ntlm.c domain.allocated = domain.length;
allocated 491 source4/heimdal/lib/ntlm/ntlm.c hostname.offset = domain.allocated + domain.offset;
allocated 493 source4/heimdal/lib/ntlm/ntlm.c hostname.allocated = hostname.length;
allocated 631 source4/heimdal/lib/ntlm/ntlm.c targetname.allocated = targetname.length;
allocated 633 source4/heimdal/lib/ntlm/ntlm.c targetinfo.offset = targetname.allocated + targetname.offset;
allocated 635 source4/heimdal/lib/ntlm/ntlm.c targetinfo.allocated = type2->targetinfo.length;
allocated 801 source4/heimdal/lib/ntlm/ntlm.c lm.allocated = type3->lm.length;
allocated 803 source4/heimdal/lib/ntlm/ntlm.c ntlm.offset = lm.offset + lm.allocated;
allocated 805 source4/heimdal/lib/ntlm/ntlm.c ntlm.allocated = ntlm.length;
allocated 807 source4/heimdal/lib/ntlm/ntlm.c target.offset = ntlm.offset + ntlm.allocated;
allocated 809 source4/heimdal/lib/ntlm/ntlm.c target.allocated = target.length;
allocated 811 source4/heimdal/lib/ntlm/ntlm.c username.offset = target.offset + target.allocated;
allocated 813 source4/heimdal/lib/ntlm/ntlm.c username.allocated = username.length;
allocated 815 source4/heimdal/lib/ntlm/ntlm.c ws.offset = username.offset + username.allocated;
allocated 817 source4/heimdal/lib/ntlm/ntlm.c ws.allocated = ws.length;
allocated 819 source4/heimdal/lib/ntlm/ntlm.c sessionkey.offset = ws.offset + ws.allocated;
allocated 821 source4/heimdal/lib/ntlm/ntlm.c sessionkey.allocated = type3->sessionkey.length;
allocated 385 source4/libcli/raw/clitransport.c req->in.allocated = req->in.size;
allocated 413 source4/libcli/raw/clitransport.c req->in.allocated = req->in.size;
allocated 105 source4/libcli/raw/rawrequest.c req->out.allocated = req->out.size + REQ_OVER_ALLOCATION;
allocated 107 source4/libcli/raw/rawrequest.c req->out.buffer = talloc_array(req, uint8_t, req->out.allocated);
allocated 220 source4/libcli/raw/rawrequest.c if (delta + req->out.size <= req->out.allocated) {
allocated 226 source4/libcli/raw/rawrequest.c req->out.allocated = req->out.size + delta + REQ_OVER_ALLOCATION;
allocated 227 source4/libcli/raw/rawrequest.c buf2 = talloc_realloc(req, req->out.buffer, uint8_t, req->out.allocated);
allocated 53 source4/libcli/raw/request.h size_t allocated;
allocated 97 source4/libcli/smb2/request.c req->out.allocated = req->out.size + body_dynamic_size;
allocated 98 source4/libcli/smb2/request.c req->out.buffer = talloc_array(req, uint8_t, req->out.allocated);
allocated 257 source4/libcli/smb2/request.c if (newsize <= buf->allocated) return NT_STATUS_OK;
allocated 268 source4/libcli/smb2/request.c buf->allocated = newsize;
allocated 111 source4/libcli/smb2/smb2.h size_t allocated;
allocated 231 source4/libcli/smb2/transport.c req->in.allocated = req->in.size;
allocated 69 source4/ntvfs/cifs_posix_cli/svfs_util.c uint_t allocated = 0;
allocated 114 source4/ntvfs/cifs_posix_cli/svfs_util.c if (dir->count >= allocated) {
allocated 115 source4/ntvfs/cifs_posix_cli/svfs_util.c allocated = (allocated + 100) * 1.2;
allocated 116 source4/ntvfs/cifs_posix_cli/svfs_util.c dir->files = talloc_realloc(dir, dir->files, struct cifspsx_dirfile, allocated);
allocated 66 source4/ntvfs/simple/svfs_util.c uint_t allocated = 0;
allocated 111 source4/ntvfs/simple/svfs_util.c if (dir->count >= allocated) {
allocated 112 source4/ntvfs/simple/svfs_util.c allocated = (allocated + 100) * 1.2;
allocated 113 source4/ntvfs/simple/svfs_util.c dir->files = talloc_realloc(dir, dir->files, struct svfs_dirfile, allocated);
allocated 399 source4/smb_server/smb/receive.c req->in.allocated = req->in.size;
allocated 88 source4/smb_server/smb/request.c req->out.allocated = req->out.size + REQ_OVER_ALLOCATION;
allocated 91 source4/smb_server/smb/request.c uint8_t, req->out.allocated);
allocated 126 source4/smb_server/smb/request.c req->out.allocated = req->out.size + REQ_OVER_ALLOCATION;
allocated 128 source4/smb_server/smb/request.c req->out.buffer = talloc_size(req, req->out.allocated);
allocated 196 source4/smb_server/smb/request.c req->out.buffer = talloc_memdup(req, req->out.buffer, req->out.allocated);
allocated 243 source4/smb_server/smb/request.c if (delta + req->out.size <= req->out.allocated) {
allocated 249 source4/smb_server/smb/request.c req->out.allocated = req->out.size + delta + REQ_OVER_ALLOCATION;
allocated 250 source4/smb_server/smb/request.c buf2 = talloc_realloc(req, req->out.buffer, uint8_t, req->out.allocated);
allocated 255 source4/smb_server/smb2/negprot.c req->in.allocated = req->in.size;
allocated 256 source4/smb_server/smb2/negprot.c req->in.buffer = talloc_array(req, uint8_t, req->in.allocated);
allocated 102 source4/smb_server/smb2/receive.c req->out.allocated = req->out.size + body_dynamic_size;
allocated 104 source4/smb_server/smb2/receive.c req->out.allocated);
allocated 180 source4/smb_server/smb2/receive.c req->in.allocated = req->in.size;
allocated 490 source4/smb_server/smb2/receive.c req->in.allocated = req->in.size;
allocated 49 source4/smb_server/smb2/tcon.c req->in.allocated = req->in.size;