Defines | |
| #define | FALSE 0 |
| #define | TRUE (!FALSE) |
| #define | APR_ASCII_BLANK '\040' |
| #define | APR_ASCII_CR '\015' |
| #define | APR_ASCII_LF '\012' |
| #define | APR_ASCII_TAB '\011' |
| #define | APR_OFFSET(p_type, field) ((long) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL))) |
| #define | APR_OFFSETOF(s_type, field) APR_OFFSET(s_type*,field) |
| #define | APR_XtOffset APR_OFFSET |
| #define | APR_XtOffsetOf APR_OFFSETOF |
| #define | APR_ALIGN(size, boundary) (((size) + ((boundary) - 1)) & ~((boundary) - 1)) |
| #define | APR_ALIGN_DEFAULT(size) APR_ALIGN(size, 8) |
| #define | APR_STRINGIFY(n) APR_STRINGIFY_HELPER(n) |
| #define | APR_STRINGIFY_HELPER(n) #n |
| #define | memmove(a, b, c) bcopy(b,a,c) |
Typedefs | |
| typedef int | apr_signum_t |
Functions | |
| int | strcasecmp (const char *a, const char *b) |
| int | strncasecmp (const char *a, const char *b, size_t n) |
| void * | memchr (const void *s, int c, size_t n) |
|
|
Alignment macros Definition at line 142 of file apr_general.h. Referenced by allocator_alloc(), APR_DECLARE(), and psprintf_flush(). |
|
|
Default alignment Definition at line 146 of file apr_general.h. Referenced by APR_DECLARE(), and APU_DECLARE(). |
|
|
a space Definition at line 59 of file apr_general.h. Referenced by AP_DECLARE(). |
|
|
a carrige return Definition at line 61 of file apr_general.h. Referenced by AP_DECLARE(), and core_input_filter(). |
|
|
a line feed Definition at line 63 of file apr_general.h. Referenced by AP_DECLARE(), ap_proxy_send_dir_filter(), core_input_filter(), PROXY_DECLARE(), ssl_io_input_getline(), and ssl_io_input_read(). |
|
|
a tab Definition at line 65 of file apr_general.h. Referenced by AP_DECLARE(). |
|
|
Finding offsets of elements within structures. Taken from the X code... they've sweated portability of this stuff so we don't have to. Sigh...
Definition at line 95 of file apr_general.h. |
|
|
Finding offsets of elements within structures.
Definition at line 109 of file apr_general.h. Referenced by unique_id_global_init(). |
|
|
Properly quote a value as a string in the C preprocessor Definition at line 154 of file apr_general.h. |
|
|
Helper macro for APR_STRINGIFY Definition at line 156 of file apr_general.h. |
|
|
Definition at line 113 of file apr_general.h. |
|
|
Definition at line 116 of file apr_general.h. |
|
|
FALSE Definition at line 51 of file apr_general.h. |
|
|
Definition at line 159 of file apr_general.h. Referenced by dav_fs_remove_locknull_member(), delpair(), and XML_GetBuffer(). |
|
|
TRUE Definition at line 55 of file apr_general.h. |
|
|
signal numbers typedef Definition at line 68 of file apr_general.h. |
|
||||||||||||||||
|
Definition at line 217 of file apr_strings.c. References NULL. Referenced by ap_proxy_send_dir_filter(), apr_gethostname(), APU_DECLARE(), ascmagic(), PROXY_DECLARE(), send_response_header(), ssl_io_input_getline(), and ssl_io_input_read(). |
|
||||||||||||
|
||||||||||||||||