int Ns_ConnCopyToFd ( Ns_Conn* conn, size_t iToCopy, int fd );
int Ns_ConnCopyToFd (
Ns_Conn* conn,
size_t iToCopy,
int fd
);
Copy content, such as in a PUT request, from the connection into an open file descriptor. iToCopy bytes will be copied.
iToCopy
Top of Page
Copyright © 1998-99 America Online, Inc.