vfs_read_data 7125 source3/include/proto.h ssize_t vfs_read_data(files_struct *fsp, char *buf, size_t byte_count); vfs_read_data 1050 source3/printing/nt_printing.c if ((byte_count = vfs_read_data(fsp, buf, DOS_HEADER_SIZE)) < DOS_HEADER_SIZE) { vfs_read_data 1072 source3/printing/nt_printing.c if ((byte_count = vfs_read_data(fsp, buf, NE_HEADER_SIZE)) < NE_HEADER_SIZE) { vfs_read_data 1106 source3/printing/nt_printing.c if ((byte_count = vfs_read_data(fsp, buf, section_table_bytes)) < section_table_bytes) { vfs_read_data 1137 source3/printing/nt_printing.c if ((byte_count = vfs_read_data(fsp, buf, section_bytes)) < section_bytes) { vfs_read_data 1193 source3/printing/nt_printing.c while((byte_count = vfs_read_data(fsp, buf, VS_NE_BUF_SIZE)) > 0) { vfs_read_data 1207 source3/printing/nt_printing.c if ((bc = vfs_read_data(fsp, &buf[byte_count-i], VS_NE_BUF_SIZE-