#include "apr.h"
Go to the source code of this file.
Classes | |
| struct | ap_regex_t |
| struct | ap_regmatch_t |
Defines | |
| #define | AP_REG_ICASE 0x01 |
| #define | AP_REG_NEWLINE 0x02 |
| #define | AP_REG_NOTBOL 0x04 |
| #define | AP_REG_NOTEOL 0x08 |
| #define | AP_REG_EXTENDED (0) |
| #define | AP_REG_NOSUB (0) |
Enumerations | |
| enum | { AP_REG_ASSERT = 1, AP_REG_ESPACE, AP_REG_INVARG, AP_REG_NOMATCH } |
Functions | |
| AP_DECLARE (int) ap_regcomp(ap_regex_t *preg | |
Variables | |
| const char * | regex |
| const char int | cflags |
| const char * | string |
| const char apr_size_t | nmatch |
| const char apr_size_t ap_regmatch_t * | pmatch |
| const char apr_size_t ap_regmatch_t int | eflags |
| const ap_regex_t * | preg |
| const ap_regex_t char * | errbuf |
| const ap_regex_t char apr_size_t | errbuf_size |
Definition in file ap_regex.h.
|
|
Definition at line 73 of file ap_regex.h. Referenced by add_alias_internal(), add_pass(), add_proxy(), add_redirect_internal(), add_setenvif_core(), cmd_rewritecond(), cmd_rewriterule(), dirsection(), filesection(), header_inout_cmd(), is_header_regex(), match_version(), proxy_send_dir_filter(), proxysection(), re_check(), set_and_comp_regexp(), set_pattern(), ssl_expr_yyparse(), and urlsection(). |
|
|
Definition at line 68 of file ap_regex.h. Referenced by add_setenvif_core(), AP_DECLARE(), cmd_rewritecond(), cmd_rewriterule(), filter_provider(), set_pattern(), and ssl_expr_yyparse(). |
|
|
Definition at line 69 of file ap_regex.h. Referenced by AP_DECLARE(). |
|
|
Definition at line 74 of file ap_regex.h. Referenced by add_setenvif_core(), filter_provider(), header_inout_cmd(), is_header_regex(), and ssl_expr_yyparse(). |
|
|
Definition at line 70 of file ap_regex.h. |
|
|
Definition at line 71 of file ap_regex.h. |
|
|
Definition at line 77 of file ap_regex.h. 00077 { 00078 AP_REG_ASSERT = 1, 00079 AP_REG_ESPACE, 00080 AP_REG_INVARG, 00081 AP_REG_NOMATCH 00082 };
|
|
|
Definition at line 106 of file ap_regex.h. Referenced by main(). |
|
|
Definition at line 117 of file ap_regex.h. Referenced by main(). |
|
|
Definition at line 127 of file ap_regex.h. Referenced by AP_DECLARE(), cgi_child_errfn(), child_errfn(), dav_fs_dbm_error(), dav_generic_dbm_new_error(), main(), and service_stderr_thread(). |
|
|
Definition at line 127 of file ap_regex.h. |
|
|
Definition at line 117 of file ap_regex.h. Referenced by clean_warning_headers(), and process_regexp(). |
|
|
Definition at line 117 of file ap_regex.h. Referenced by clean_warning_headers(), main(), and process_regexp(). |
|
|
Definition at line 127 of file ap_regex.h. Referenced by AP_DECLARE(), is_header_regex(), and main(). |
|
|
Definition at line 106 of file ap_regex.h. |