url_encode
epath = url_encode(path);
char *url_encode(const char *);
if ((encodedpath = url_encode(desc->http_path)) == NULL)
if ((escapeduri = url_encode(dp->d_name)) == NULL) {
if ((str = url_encode(clt->clt_srv_match.sm_match[n])) == NULL)
if ((path = url_encode(desc->http_path)) == NULL)
if ((query = url_encode(desc->http_query)) == NULL)
if ((str = url_encode(desc->http_host)) == NULL)
if ((str = url_encode(clt->clt_remote_user))
if ((path = url_encode(desc->http_path)) == NULL)
if ((str = url_encode(srv_conf->name))
(path = url_encode(desc->http_path)) == NULL)
(path = url_encode(desc->http_path)) == NULL)
(referrer_v = url_encode(referrer->kv_value)) == NULL)
(path = url_encode(desc->http_path)) == NULL)
epath = url_encode(conn->req->path);