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

/httpd/include/
H A Dap_regex.h101 } ap_regex_t; typedef in typeref:struct:__anon8
128 AP_DECLARE(int) ap_regcomp(ap_regex_t *preg, const char *regex, int cflags);
140 AP_DECLARE(int) ap_regexec(const ap_regex_t *preg, const char *string,
155 AP_DECLARE(int) ap_regexec_len(const ap_regex_t *preg, const char *buff,
166 AP_DECLARE(apr_size_t) ap_regerror(int errcode, const ap_regex_t *preg,
177 AP_DECLARE(int) ap_regname(const ap_regex_t *preg,
184 AP_DECLARE(void) ap_regfree(ap_regex_t *preg);
189 ap_regex_t rx;

Completed in 9 milliseconds