Apache HTTPD
Macros | Functions
apr_private_common.h File Reference
#include "apr_pools.h"
#include "apr_tables.h"

Go to the source code of this file.

Macros

#define APR_INT_TRUNC_CAST   int
 
#define APR_UINT32_TRUNC_CAST   apr_uint32_t
 

Functions

apr_status_t apr_filepath_list_split_impl (apr_array_header_t **pathelts, const char *liststr, char separator, apr_pool_t *p)
 
apr_status_t apr_filepath_list_merge_impl (char **liststr, apr_array_header_t *pathelts, char separator, apr_pool_t *p)
 

Macro Definition Documentation

◆ APR_INT_TRUNC_CAST

#define APR_INT_TRUNC_CAST   int

Definition at line 38 of file apr_private_common.h.

◆ APR_UINT32_TRUNC_CAST

#define APR_UINT32_TRUNC_CAST   apr_uint32_t

Definition at line 39 of file apr_private_common.h.

Function Documentation

◆ apr_filepath_list_merge_impl()

apr_status_t apr_filepath_list_merge_impl ( char **  liststr,
apr_array_header_t pathelts,
char  separator,
apr_pool_t p 
)

Definition at line 66 of file filepath_util.c.

◆ apr_filepath_list_split_impl()

apr_status_t apr_filepath_list_split_impl ( apr_array_header_t **  pathelts,
const char liststr,
char  separator,
apr_pool_t p 
)

Definition at line 29 of file filepath_util.c.