struct_size       314 librpc/ndr/libndr.h 	size_t struct_size;
struct_size       261 librpc/tools/ndrdump.c 	st = talloc_zero_size(mem_ctx, f->struct_size);
struct_size       263 librpc/tools/ndrdump.c 		printf("Unable to allocate %d bytes\n", (int)f->struct_size);
struct_size       267 librpc/tools/ndrdump.c 	v_st = talloc_zero_size(mem_ctx, f->struct_size);
struct_size       269 librpc/tools/ndrdump.c 		printf("Unable to allocate %d bytes\n", (int)f->struct_size);
struct_size       302 librpc/tools/ndrdump.c 		memcpy(v_st, st, f->struct_size);
struct_size        93 nsswitch/winbind_nss_hpux.h extern nss_XbyY_buf_t *_nss_XbyY_buf_alloc(int struct_size, int buffer_size);
struct_size      1475 source3/rpc_server/srv_samr_nt.c 	uint32 struct_size=0x20; /* W2K always reply that, client doesn't care */
struct_size      1553 source3/rpc_server/srv_samr_nt.c 	temp_size=max_entries*struct_size;
struct_size      1556 source3/rpc_server/srv_samr_nt.c 		max_entries=MIN((max_size/struct_size),max_entries);;
struct_size      1669 source3/rpc_server/srv_samr_nt.c 	total_data_size=num_account*struct_size;
struct_size       763 source4/lib/messaging/messaging.c 	r = talloc_zero_size(m->ndr, i->table->calls[m->header.callnum].struct_size);
struct_size       454 source4/lib/messaging/pymessaging.c 	ptr = talloc_zero_size(mem_ctx, method_def->table->calls[method_def->opnum].struct_size);
struct_size      1164 source4/librpc/rpc/dcerpc.c 				       size_t struct_size,
struct_size      1174 source4/librpc/rpc/dcerpc.c 	st = talloc_size(mem_ctx, struct_size);
struct_size      1233 source4/librpc/rpc/dcerpc.c 					size_t struct_size,
struct_size      1246 source4/librpc/rpc/dcerpc.c 	st = talloc_size(mem_ctx, struct_size);
struct_size      1250 source4/librpc/rpc/dcerpc.c 	memcpy(st, struct_ptr, struct_size);
struct_size      1377 source4/librpc/rpc/dcerpc.c 		status = dcerpc_ndr_validate_in(p->conn, push, request, call->struct_size, 
struct_size      1467 source4/librpc/rpc/dcerpc.c 		status = dcerpc_ndr_validate_out(p->conn, pull, r, call->struct_size, 
struct_size        52 source4/librpc/rpc/pyrpc.c 	r = talloc_zero_size(mem_ctx, md->table->calls[md->opnum].struct_size);
struct_size       139 source4/rpc_server/remote/dcesrv_remote.c 	*r = talloc_size(mem_ctx, table->calls[opnum].struct_size);
struct_size        30 source4/torture/ndr/ndr.c 	size_t struct_size;
struct_size        41 source4/torture/ndr/ndr.c 	void *ds = talloc_zero_size(tctx, data->struct_size);
struct_size        63 source4/torture/ndr/ndr.c 					size_t struct_size,
struct_size        81 source4/torture/ndr/ndr.c 	data->struct_size = struct_size;
struct_size        30 source4/torture/ndr/ndr.h 					size_t struct_size,
struct_size        57 source4/torture/rpc/spoolss_notify.c 	*r = talloc_size(mem_ctx, ndr_table_spoolss.calls[opnum].struct_size);