Searched refs:send_file (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/unbound/smallapp/
H A Dunbound-control.c295 send_file(SSL* ssl, FILE* in, char* buf, size_t sz) function
326 send_file(ssl, stdin, buf, sizeof(buf));
/freebsd-10-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c805 /* AIX and OS/390 have the same send_file() interface.
831 /* word to the wise: by default, AIX stores files sent by send_file()
835 * use send_file()... if you suspect such a problem, try turning
912 rv = send_file(&(sock->socketdes), /* socket */
927 rv = send_file(&(sock->socketdes), /* socket */

Completed in 117 milliseconds