Apache Portable Runtime
Macros | Functions
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"

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.