Searched refs:apr_socket_send (Results 1 – 4 of 4) sorted by relevance
83 apr_send apr_socket_send
132 apr_status_t status = apr_socket_send(b->sock, buffer, len); in sock_write_cb()
498 APR_DECLARE(apr_status_t) apr_socket_send(apr_socket_t *sock, const char *buf,
30 apr_status_t apr_socket_send(apr_socket_t *sock, const char *buf, in apr_socket_send() function241 return apr_socket_send(sock, vec[0].iov_base, len); in apr_socket_sendv()