Searched defs:ap_rxplus_t (Results 1 - 1 of 1) sorted by relevance

/httpd/include/
H A Dap_regex.h195 } ap_rxplus_t; typedef in typeref:struct:__anon10
212 AP_DECLARE(ap_rxplus_t*) ap_rxplus_compile(apr_pool_t *pool, const char *pattern);
225 AP_DECLARE(int) ap_rxplus_exec(apr_pool_t *pool, ap_rxplus_t *rx,
234 AP_DECLARE(int) ap_rxplus_nmatch(ap_rxplus_t *rx);
247 AP_DECLARE(void) ap_rxplus_match(ap_rxplus_t *rx, int n, int *len,
258 AP_DECLARE(char*) ap_rxplus_pmatch(apr_pool_t *pool, ap_rxplus_t *rx, int n);

Completed in 1066 milliseconds