alloc_hint 5806 source3/include/proto.h void init_rpc_hdr_req(RPC_HDR_REQ *hdr, uint32 alloc_hint, uint16 opnum); alloc_hint 180 source3/include/rpc_dce.h uint32 alloc_hint; /* allocation hint - data size (bytes) minus header and tail. */ alloc_hint 189 source3/include/rpc_dce.h uint32 alloc_hint; /* allocation hint - data size (bytes) minus header and tail. */ alloc_hint 911 source3/rpc_client/cli_pipe.c if ((prs_data_size(return_data) == 0) && rhdr_resp.alloc_hint && (rhdr_resp.alloc_hint < 15*1024*1024)) { alloc_hint 912 source3/rpc_client/cli_pipe.c if (!prs_set_buffer_size(return_data, rhdr_resp.alloc_hint)) { alloc_hint 915 source3/rpc_client/cli_pipe.c (unsigned int)rhdr_resp.alloc_hint )); alloc_hint 392 source3/rpc_parse/parse_rpc.c void init_rpc_hdr_req(RPC_HDR_REQ *hdr, uint32 alloc_hint, uint16 opnum) alloc_hint 394 source3/rpc_parse/parse_rpc.c hdr->alloc_hint = alloc_hint; /* allocation hint */ alloc_hint 411 source3/rpc_parse/parse_rpc.c if(!prs_uint32("alloc_hint", ps, depth, &rpc->alloc_hint)) alloc_hint 432 source3/rpc_parse/parse_rpc.c if(!prs_uint32("alloc_hint", ps, depth, &rpc->alloc_hint)) alloc_hint 122 source3/rpc_server/srv_pipe.c hdr_resp.alloc_hint = data_len_left; alloc_hint 340 source3/rpc_server/srv_pipe.c hdr_resp.alloc_hint = data_len_left; alloc_hint 513 source3/rpc_server/srv_pipe.c hdr_resp.alloc_hint = data_len_left; alloc_hint 1047 source4/librpc/rpc/dcerpc.c pkt.u.request.alloc_hint = remaining; alloc_hint 447 source4/rpc_server/dcerpc_server.c pkt.u.fault.alloc_hint = 0; alloc_hint 1022 source4/rpc_server/dcerpc_server.c pkt.u.response.alloc_hint = stub.length; alloc_hint 1196 source4/rpc_server/dcerpc_server.c if (call->pkt.u.request.alloc_hint > alloc_size) { alloc_hint 1197 source4/rpc_server/dcerpc_server.c alloc_size = call->pkt.u.request.alloc_hint;