| 161 | static int default_cflags = AP_REG_DEFAULT; |
| 162 | |
| 163 | AP_DECLARE(int) ap_regcomp_get_default_cflags(void) |
| 164 | { |
| 165 | return default_cflags; |
| 166 | } |
| 167 | |
| 168 | AP_DECLARE(void) ap_regcomp_set_default_cflags(int cflags) |
| 169 | { |
no outgoing calls
no test coverage detected