Searched refs:url_encode (Results 1 – 6 of 6) sorted by relevance
1130 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...]
103 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()
717 char *url_encode(const char *);
680 url_encode(const char *src) in url_encode() function
141 url_encode(const char *path) in url_encode() function696 epath = url_encode(path); in url_get()
298 url_encode(const char *path) in url_encode() function 1211 epath = url_encode(conn->req->path); in http_request()