compatibilities' sake. Let's kill ap_util_uri_init, since it serves no
purpose now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88716
13f79535-47bb-0310-9956-
ffa450edef68
*/
AP_DECLARE(int) ap_parse_hostinfo_components(apr_pool_t *p, const char *hostinfo, uri_components *uptr);
-/**
- * Setup everything necessary to parse uri's
- * @deffunc void ap_util_uri_init(void)
- */
-AP_DECLARE(void) ap_util_uri_init(void);
-
#ifdef __cplusplus
}
#endif
}
#endif
- ap_util_uri_init();
-
ap_setup_prelinked_modules(process);
apr_pool_create(&pcommands, pglobal);
#define NOTEND_HOSTINFO (T_SLASH | T_QUESTION | T_HASH | T_NUL)
#define NOTEND_PATH (T_QUESTION | T_HASH | T_NUL)
-AP_DECLARE(void) ap_util_uri_init(void)
-{
- /* nothing to do */
-}
-
/* parse_uri_components():
* Parse a given URI, fill in all supplied fields of a uri_components
* structure. This eliminates the necessity of extracting host, port,
ap_update_mtime
ap_update_vhost_from_headers
ap_update_vhost_given_ip
-ap_util_uri_init
ap_vrprintf
ap_wait_or_timeout
ap_walk_config