Apache HTTPD
Functions
errorcodes.c File Reference
#include "apr_arch_misc.h"
#include "apr_strings.h"
#include "apr_lib.h"
#include "apr_dso.h"

Go to the source code of this file.

Functions

static charstuffbuffer (char *buf, apr_size_t bufsize, const char *s)
 
static charapr_error_string (apr_status_t statcode)
 
static charapr_os_strerror (char *buf, apr_size_t bufsize, int err)
 
static charnative_strerror (apr_status_t statcode, char *buf, apr_size_t bufsize)
 
 APR_DECLARE (char *)
 

Function Documentation

◆ APR_DECLARE()

APR_DECLARE ( char )

Definition at line 416 of file errorcodes.c.

◆ apr_error_string()

static char * apr_error_string ( apr_status_t  statcode)
static

Definition at line 39 of file errorcodes.c.

◆ apr_os_strerror()

static char * apr_os_strerror ( char buf,
apr_size_t  bufsize,
int  err 
)
static

Definition at line 324 of file errorcodes.c.

◆ native_strerror()

static char * native_strerror ( apr_status_t  statcode,
char buf,
apr_size_t  bufsize 
)
static

Definition at line 397 of file errorcodes.c.

◆ stuffbuffer()

static char * stuffbuffer ( char buf,
apr_size_t  bufsize,
const char s 
)
static

Definition at line 33 of file errorcodes.c.