Home
last modified time | relevance | path

Searched refs:apr_socket_send (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/apr/helpers/
H A Dapr_rename.pl83 apr_send apr_socket_send
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dstreams.c132 apr_status_t status = apr_socket_send(b->sock, buffer, len); in sock_write_cb()
/freebsd-12.1/contrib/apr/include/
H A Dapr_network_io.h498 APR_DECLARE(apr_status_t) apr_socket_send(apr_socket_t *sock, const char *buf,
/freebsd-12.1/contrib/apr/network_io/unix/
H A Dsendrecv.c30 apr_status_t apr_socket_send(apr_socket_t *sock, const char *buf, in apr_socket_send() function
241 return apr_socket_send(sock, vec[0].iov_base, len); in apr_socket_sendv()