Apache HTTPD
Macros | Functions
sendrecv.c File Reference
#include "apr_private.h"
#include "apr_arch_networkio.h"
#include "apr_time.h"

Go to the source code of this file.

Macros

#define SEND_WAIT   APR_USEC_PER_SEC / 10
 

Functions

static apr_status_t wait_for_io_or_timeout (apr_socket_t *sock, int for_read)
 
 APR_DECLARE (apr_status_t)
 

Macro Definition Documentation

◆ SEND_WAIT

#define SEND_WAIT   APR_USEC_PER_SEC / 10

Definition at line 58 of file sendrecv.c.

Function Documentation

◆ wait_for_io_or_timeout()

static apr_status_t wait_for_io_or_timeout ( apr_socket_t sock,
int  for_read 
)
static

Definition at line 24 of file sendrecv.c.