Apache HTTPD
Macros | Functions
apr_strings.c File Reference
#include "apr.h"
#include "apr_strings.h"
#include "apr_general.h"
#include "apr_private.h"
#include "apr_lib.h"
#include "apr_want.h"

Go to the source code of this file.

Macros

#define APR_WANT_STDIO
 
#define APR_WANT_STRFUNC
 
#define MAX_SAVED_LENGTHS   6
 
#define INT64_MAX   APR_INT64_C(0x7fffffffffffffff)
 
#define INT64_MIN   (-APR_INT64_C(0x7fffffffffffffff) - APR_INT64_C(1))
 

Functions

 APR_DECLARE (char *)
 
 APR_DECLARE (void *)
 
 APR_DECLARE_NONSTD (char *)
 
void * memchr (const void *s, int c, size_t n)
 
 APR_DECLARE (apr_status_t)
 
 APR_DECLARE (apr_int64_t)
 

Macro Definition Documentation

◆ APR_WANT_STDIO

#define APR_WANT_STDIO

Definition at line 54 of file apr_strings.c.

◆ APR_WANT_STRFUNC

#define APR_WANT_STRFUNC

Definition at line 55 of file apr_strings.c.

◆ INT64_MAX

#define INT64_MAX   APR_INT64_C(0x7fffffffffffffff)

Definition at line 230 of file apr_strings.c.

◆ INT64_MIN

#define INT64_MIN   (-APR_INT64_C(0x7fffffffffffffff) - APR_INT64_C(1))

Definition at line 233 of file apr_strings.c.

◆ MAX_SAVED_LENGTHS

#define MAX_SAVED_LENGTHS   6

this is used to cache lengths in apr_pstrcat

Definition at line 67 of file apr_strings.c.

Function Documentation

◆ APR_DECLARE()

APR_DECLARE ( char )

Definition at line 69 of file apr_strings.c.

◆ APR_DECLARE_NONSTD()

APR_DECLARE_NONSTD ( char )

Definition at line 123 of file apr_strings.c.