Apache2
apr_support.h File Reference

APR Support functions. More...

#include "apr.h"
#include "apr_network_io.h"
#include "apr_file_io.h"
#include "apr_private.h"
Include dependency graph for apr_support.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define APR_IF_VALGRIND(x)
 
#define APR_VALGRIND_NOACCESS(addr_, size_)    APR_IF_VALGRIND(VALGRIND_MAKE_MEM_NOACCESS(addr_, size_))
 
#define APR_VALGRIND_UNDEFINED(addr_, size_)    APR_IF_VALGRIND(VALGRIND_MAKE_MEM_UNDEFINED(addr_, size_))
 

Functions

apr_status_t apr_wait_for_io_or_timeout (apr_file_t *f, apr_socket_t *s, int for_read)
 

Detailed Description

APR Support functions.

Macro Definition Documentation

◆ APR_IF_VALGRIND

#define APR_IF_VALGRIND (   x)

◆ APR_VALGRIND_NOACCESS

#define APR_VALGRIND_NOACCESS (   addr_,
  size_ 
)     APR_IF_VALGRIND(VALGRIND_MAKE_MEM_NOACCESS(addr_, size_))

◆ APR_VALGRIND_UNDEFINED

#define APR_VALGRIND_UNDEFINED (   addr_,
  size_ 
)     APR_IF_VALGRIND(VALGRIND_MAKE_MEM_UNDEFINED(addr_, size_))