Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Dcgi.c72 static int http_decode(char *);
231 if ( ! (http_decode(key) && http_decode(val))) in parse_query_string()
291 http_decode(char *p) in http_decode() function