byte_count         35 examples/pcap2nbench/closerequest.cpp   memcpy(&byte_count, data + 7, 2);
byte_count         43 examples/pcap2nbench/closerequest.cpp       << "Byte Count: " << rhs.byte_count << std::endl;
byte_count         38 examples/pcap2nbench/closerequest.hpp   uint16_t byte_count;
byte_count         48 examples/pcap2nbench/ntcreateandxrequest.cpp   memcpy(&byte_count, data + 49, 2);
byte_count         70 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Byte Count: " << rhs.byte_count << std::endl
byte_count         51 examples/pcap2nbench/ntcreateandxrequest.hpp   uint16_t byte_count;
byte_count         52 examples/pcap2nbench/ntcreateandxresponse.hpp   uint16_t byte_count;
byte_count         42 examples/pcap2nbench/readandxrequest.cpp   memcpy(&byte_count, data + 25, 2);
byte_count         58 examples/pcap2nbench/readandxrequest.cpp       << "Byte Count: " << rhs.byte_count << std::endl;
byte_count         46 examples/pcap2nbench/readandxrequest.hpp   uint16_t byte_count;
byte_count         44 examples/pcap2nbench/readandxresponse.hpp   uint16_t byte_count;
byte_count         44 examples/pcap2nbench/writeandxrequest.cpp   memcpy(&byte_count, data + 29, 2);
byte_count         63 examples/pcap2nbench/writeandxrequest.cpp       << "Byte Count: " << rhs.byte_count << std::endl;
byte_count         48 examples/pcap2nbench/writeandxrequest.hpp   uint16_t byte_count;
byte_count        326 librpc/gen_ndr/nbt.h 	uint16_t byte_count;/* [value(strlen(mailslot_name)+1+data.length)] */
byte_count        949 librpc/gen_ndr/ndr_nbt.c 		NDR_CHECK(ndr_pull_uint16(ndr, NDR_SCALARS, &r->byte_count));
byte_count        991 librpc/gen_ndr/ndr_nbt.c 	ndr_print_uint16(ndr, "byte_count", (ndr->flags & LIBNDR_PRINT_SET_VALUES)?strlen(r->mailslot_name) + 1 + r->data.length:r->byte_count);
byte_count       7125 source3/include/proto.h ssize_t vfs_read_data(files_struct *fsp, char *buf, size_t byte_count);
byte_count       7127 source3/include/proto.h                 size_t byte_count, SMB_OFF_T offset);
byte_count        312 source3/lib/netapi/netapi.c NET_API_STATUS NetApiBufferAllocate(uint32_t byte_count,
byte_count        321 source3/lib/netapi/netapi.c 	if (byte_count == 0) {
byte_count        325 source3/lib/netapi/netapi.c 	buf = talloc_size(NULL, byte_count);
byte_count       1337 source3/lib/netapi/netapi.h NET_API_STATUS NetApiBufferAllocate(uint32_t byte_count,
byte_count       1042 source3/printing/nt_printing.c 	ssize_t byte_count;
byte_count       1050 source3/printing/nt_printing.c 	if ((byte_count = vfs_read_data(fsp, buf, DOS_HEADER_SIZE)) < DOS_HEADER_SIZE) {
byte_count       1052 source3/printing/nt_printing.c 			 fname, (unsigned long)byte_count));
byte_count       1072 source3/printing/nt_printing.c 	if ((byte_count = vfs_read_data(fsp, buf, NE_HEADER_SIZE)) < NE_HEADER_SIZE) {
byte_count       1074 source3/printing/nt_printing.c 			 fname, (unsigned long)byte_count));
byte_count       1106 source3/printing/nt_printing.c 		if ((byte_count = vfs_read_data(fsp, buf, section_table_bytes)) < section_table_bytes) {
byte_count       1108 source3/printing/nt_printing.c 				 fname, (unsigned long)byte_count));
byte_count       1137 source3/printing/nt_printing.c 				if ((byte_count = vfs_read_data(fsp, buf, section_bytes)) < section_bytes) {
byte_count       1139 source3/printing/nt_printing.c 						 fname, (unsigned long)byte_count));
byte_count       1193 source3/printing/nt_printing.c 		while((byte_count = vfs_read_data(fsp, buf, VS_NE_BUF_SIZE)) > 0) {
byte_count       1195 source3/printing/nt_printing.c 			if (byte_count-VS_VERSION_INFO_SIZE <= 0) break;
byte_count       1197 source3/printing/nt_printing.c 			for(i=0; i<byte_count; i++) {
byte_count       1203 source3/printing/nt_printing.c 				if (i>byte_count-VS_VERSION_INFO_SIZE) {
byte_count       1206 source3/printing/nt_printing.c 					memcpy(buf, &buf[i], byte_count-i);
byte_count       1207 source3/printing/nt_printing.c 					if ((bc = vfs_read_data(fsp, &buf[byte_count-i], VS_NE_BUF_SIZE-
byte_count       1208 source3/printing/nt_printing.c 								   (byte_count-i))) < 0) {
byte_count       1215 source3/printing/nt_printing.c 					byte_count = bc + (byte_count - i);
byte_count       1216 source3/printing/nt_printing.c 					if (byte_count<VS_VERSION_INFO_SIZE) break;
byte_count       1227 source3/printing/nt_printing.c 					int skip = -(SMB_VFS_LSEEK(fsp, 0, SEEK_CUR) - (byte_count - i) +
byte_count       1466 source3/smbd/sesssetup.c 		uint16 byte_count;
byte_count       1596 source3/smbd/sesssetup.c 		byte_count = SVAL(req->vwv+13, 0);
byte_count       1597 source3/smbd/sesssetup.c 		if ( PTR_DIFF(p, save_p) < byte_count) {
byte_count        391 source3/smbd/vfs.c ssize_t vfs_read_data(files_struct *fsp, char *buf, size_t byte_count)
byte_count        395 source3/smbd/vfs.c 	while (total < byte_count)
byte_count        398 source3/smbd/vfs.c 					   byte_count - total);
byte_count        413 source3/smbd/vfs.c                 size_t byte_count, SMB_OFF_T offset)
byte_count        417 source3/smbd/vfs.c 	while (total < byte_count)
byte_count        420 source3/smbd/vfs.c 					byte_count - total, offset + total);
byte_count         49 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 	size_t			byte_count;
byte_count         81 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 		byte_count = 0;
byte_count        115 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 				byte_count++;
byte_count        136 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 					byte_count++;
byte_count        142 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 			res = malloc(byte_count);
byte_count        145 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 			oid->length = byte_count;