Searched refs:ap_pcre_version_string (Results 1 - 4 of 4) sorted by relevance

/httpd/include/
H A Dap_regex.h82 /* Arguments for ap_pcre_version_string */
118 AP_DECLARE(const char *) ap_pcre_version_string(int which);
/httpd/server/
H A Dmain.c111 apr_version_string(), ap_pcre_version_string(AP_REG_PCRE_LOADED));
113 APR_VERSION_STRING, ap_pcre_version_string(AP_REG_PCRE_COMPILED));
117 ap_pcre_version_string(AP_REG_PCRE_LOADED));
120 ap_pcre_version_string(AP_REG_PCRE_COMPILED));
H A Dutil_pcre.c75 AP_DECLARE(const char *) ap_pcre_version_string(int which) function
/httpd/modules/generators/
H A Dmod_info.c458 "<tt>%s</tt></dt>\n", ap_pcre_version_string(AP_REG_PCRE_LOADED));
461 "<tt>%s</tt></dt>\n", ap_pcre_version_string(AP_REG_PCRE_COMPILED));

Completed in 343 milliseconds