Apache HTTPD
Functions | Variables
ajp_link.c File Reference
#include "ajp.h"

Go to the source code of this file.

Functions

apr_status_t ajp_ilink_send (apr_socket_t *sock, ajp_msg_t *msg)
 
static apr_status_t ilink_read (apr_socket_t *sock, apr_byte_t *buf, apr_size_t len)
 
apr_status_t ajp_ilink_receive (apr_socket_t *sock, ajp_msg_t *msg)
 

Variables

static int *const aplog_module_index = &( proxy_ajp_module.module_index)
 

Function Documentation

◆ ilink_read()

static apr_status_t ilink_read ( apr_socket_t sock,
apr_byte_t buf,
apr_size_t  len 
)
static

Definition at line 49 of file ajp_link.c.

Variable Documentation

◆ aplog_module_index

int* const aplog_module_index = &( proxy_ajp_module.module_index)
static

Definition at line 19 of file ajp_link.c.