config.h:/* Whether the FreeBSD sendfile() API is available */
config.h:/* Define to 1 if you have the `sendfile' library (-lsendfile). */
config.h:/* Whether sendfile() is available */
config.h:/* Whether sendfile64() is available */
config.h:/* Whether sendfilev() is available */
config.h:/* Whether sendfilev64() is available */
config.h:/* Whether the hpux sendfile() API is available */
config.h:/* Whether (linux) sendfile() is broken */
config.h:/* Whether linux sendfile() API is available */
config.h:/* Whether the solaris sendfile() API is available */
config.h:/* Whether to include sendfile() support */
config.h.in:/* Whether the FreeBSD sendfile() API is available */
config.h.in:/* Define to 1 if you have the `sendfile' library (-lsendfile). */
config.h.in:/* Whether sendfile() is available */
config.h.in:/* Whether sendfile64() is available */
config.h.in:/* Whether sendfilev() is available */
config.h.in:/* Whether sendfilev64() is available */
config.h.in:/* Whether the hpux sendfile() API is available */
config.h.in:/* Whether (linux) sendfile() is broken */
config.h.in:/* Whether linux sendfile() API is available */
config.h.in:/* Whether the solaris sendfile() API is available */
config.h.in:/* Whether to include sendfile() support */
proto.h:/* The following definitions come from lib/sendfile.c  */
proto.h:ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count);
proto.h:ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count);
proto.h:ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count);
proto.h:ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count);
proto.h:ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count);
proto.h:ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count);
proto.h:ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count);
proto.h:BOOL _lp_use_sendfile(int );
proto.h:BOOL lp_use_sendfile(int snum);
proto.h:void set_use_sendfile(int snum, BOOL val);
proto.h:ssize_t vfswrap_sendfile(vfs_handle_struct *handle, int tofd, files_struct *fsp, int fromfd, const DATA_BLOB *hdr,
smbprofile.h:	unsigned syscall_sendfile_count;
smbprofile.h:	unsigned syscall_sendfile_time;
smbprofile.h:	unsigned syscall_sendfile_bytes; /* bytes read with sendfile syscall */
vfs.h:/* Changed to version 5 for sendfile addition. JRA. */
vfs.h:		ssize_t (*sendfile)(struct vfs_handle_struct *handle, int tofd, files_struct *fsp, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count);
vfs.h:		struct vfs_handle_struct *sendfile;
vfs_macros.h:#define SMB_VFS_SENDFILE(tofd, fsp, fromfd, header, offset, count) ((fsp)->conn->vfs.ops.sendfile((fsp)->conn->vfs.handles.sendfile, (tofd), (fsp), (fromfd), (header), (offset), (count)))
vfs_macros.h:#define SMB_VFS_OPAQUE_SENDFILE(tofd, fsp, fromfd, header, offset, count) ((fsp)->conn->vfs_opaque.ops.sendfile((fsp)->conn->vfs_opaque.handles.sendfile, (tofd), (fsp), (fromfd), (header), (offset), (count)))
vfs_macros.h:#define SMB_VFS_NEXT_SENDFILE(handle, tofd, fsp, fromfd, header, offset, count) ((handle)->vfs_next.ops.sendfile((handle)->vfs_next.handles.sendfile, (tofd), (fsp), (fromfd), (header), (offset), (count)))
