Defines | |
| #define | apr_isalnum(c) (isalnum(((unsigned char)(c)))) |
| #define | apr_isalpha(c) (isalpha(((unsigned char)(c)))) |
| #define | apr_iscntrl(c) (iscntrl(((unsigned char)(c)))) |
| #define | apr_isdigit(c) (isdigit(((unsigned char)(c)))) |
| #define | apr_isgraph(c) (isgraph(((unsigned char)(c)))) |
| #define | apr_islower(c) (islower(((unsigned char)(c)))) |
| #define | apr_isascii(c) (((c) & ~0x7f)==0) |
| #define | apr_isprint(c) (isprint(((unsigned char)(c)))) |
| #define | apr_ispunct(c) (ispunct(((unsigned char)(c)))) |
| #define | apr_isspace(c) (isspace(((unsigned char)(c)))) |
| #define | apr_isupper(c) (isupper(((unsigned char)(c)))) |
| #define | apr_isxdigit(c) (isxdigit(((unsigned char)(c)))) |
| #define | apr_tolower(c) (tolower(((unsigned char)(c)))) |
| #define | apr_toupper(c) (toupper(((unsigned char)(c)))) |
|
|
Definition at line 190 of file apr_lib.h. Referenced by AP_DECLARE(), ap_ssi_parse_string(), ascmagic(), http2env(), main(), PROXY_DECLARE(), and set_and_comp_regexp(). |
|
|
Definition at line 192 of file apr_lib.h. Referenced by ap_proxy_ftp_handler(), conv_fp(), imap_url(), register_filter(), and test_safe_name(). |
|
|
Definition at line 205 of file apr_lib.h. Referenced by is_qtext(), is_quoted_pair(), and is_token(). |
|
|
Definition at line 194 of file apr_lib.h. Referenced by main(). |
|
|
|
Definition at line 198 of file apr_lib.h. Referenced by is_token(). |
|
|
Definition at line 200 of file apr_lib.h. Referenced by APR_DECLARE(), APU_DECLARE(), filepath_root_case(), and fix_hostname(). |
|
|
Definition at line 208 of file apr_lib.h. Referenced by AP_DECLARE(), apprentice(), magic_init(), main(), match(), and read_table(). |
|
|
|
|
|
|
Definition at line 214 of file apr_lib.h. Referenced by apr_get_oslevel(), APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(), APU_DECLARE(), CACHE_DECLARE(), and fix_hostname(). |
|
|
Definition at line 216 of file apr_lib.h. Referenced by APU_DECLARE(), decodeenc(), ftp_check_string(), get_chunk_size(), and PROXY_DECLARE(). |
|
|
Definition at line 218 of file apr_lib.h. Referenced by ap_proxy_ftp_handler(), APR_DECLARE(), APU_DECLARE(), find_argument(), find_directive(), find_title(), fix_hostname(), get_entry(), lcase_header_name_return_body(), main(), match_boyer_moore_horspool_nocase(), rangematch(), rewrite_mapfunc_tolower(), spdist(), strcasecmp(), strncasecmp(), and vhost_alias_interpolate(). |
|
|
Definition at line 220 of file apr_lib.h. Referenced by ap_proxy_ftp_handler(), APR_DECLARE(), CaseFilterInFilter(), CaseFilterOutFilter(), filepath_drive_get(), filepath_root_case(), filepath_root_test(), http2env(), make_autoindex_entry(), make_parent_entry(), register_filter(), rewrite_mapfunc_toupper(), ssl_util_strupper(), and strnatcmp0(). |