Home
last modified time | relevance | path

Searched refs:url_encode (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/httpd/
H A Dserver_http.c1130 if ((str = url_encode(clt->clt_srv_match.sm_match[n])) == NULL) in server_expand_http()
1138 if ((path = url_encode(desc->http_path)) == NULL) in server_expand_http()
1149 if ((query = url_encode(desc->http_query)) == NULL) in server_expand_http()
1170 if ((str = url_encode(desc->http_host)) == NULL) in server_expand_http()
1194 if ((str = url_encode(clt->clt_remote_user)) in server_expand_http()
1206 if ((path = url_encode(desc->http_path)) == NULL) in server_expand_http()
1248 if ((str = url_encode(srv_conf->name)) in server_expand_http()
1877 (path = url_encode(desc->http_path)) == NULL) in server_log_http()
1926 (path = url_encode(desc->http_path)) == NULL) in server_log_http()
1929 (referrer_v = url_encode(referre in server_log_http()
[all...]
H A Dserver_file.c103 if ((encodedpath = url_encode(desc->http_path)) == NULL) in server_file_access()
564 if ((escapeduri = url_encode(dp->d_name)) == NULL) { in server_file_index()
H A Dhttpd.h717 char *url_encode(const char *);
H A Dhttpd.c680 url_encode(const char *src) in url_encode() function
/openbsd-src/usr.bin/ftp/
H A Dfetch.c141 url_encode(const char *path) in url_encode() function
696 epath = url_encode(path); in url_get()
/openbsd-src/usr.sbin/rpki-client/
H A Dhttp.c298 url_encode(const char *path) in url_encode() function
1211 epath = url_encode(conn->req->path); in http_request()