section_bytes    1118 source3/printing/nt_printing.c 				unsigned int section_bytes = IVAL(buf,sec_offset+PE_HEADER_SECT_SIZE_DATA_OFFSET);
section_bytes    1120 source3/printing/nt_printing.c 				if (section_bytes == 0)
section_bytes    1124 source3/printing/nt_printing.c 				if ((buf=(char *)SMB_MALLOC(section_bytes)) == NULL) {
section_bytes    1126 source3/printing/nt_printing.c 							fname, section_bytes));
section_bytes    1137 source3/printing/nt_printing.c 				if ((byte_count = vfs_read_data(fsp, buf, section_bytes)) < section_bytes) {
section_bytes    1143 source3/printing/nt_printing.c 				if (section_bytes < VS_VERSION_INFO_UNICODE_SIZE)
section_bytes    1146 source3/printing/nt_printing.c 				for (i=0; i<section_bytes-VS_VERSION_INFO_UNICODE_SIZE; i++) {