| 181 | } |
| 182 | #ifdef DOXYGEN |
| 183 | AP_DECLARE(int) ap_rxplus_nmatch(ap_rxplus_t *rx) |
| 184 | { |
| 185 | return (rx->match != NULL) ? rx->nmatch : 0; |
| 186 | } |
| 187 | #endif |
| 188 | |
| 189 | /* If this blows up on you, see the notes in the header/apidoc |
no outgoing calls
no test coverage detected