MCPcopy Create free account
hub / github.com/apache/httpd / ap_rxplus_nmatch

Function ap_rxplus_nmatch

server/util_regex.c:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182#ifdef DOXYGEN
183AP_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

Callers 3

fcgi_define_providerFunction · 0.85
ap_rxplus_matchFunction · 0.85
ap_regex.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected