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

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

Completed in 172 milliseconds