Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c54 static const char *http_copy_decode(char *dst, const char *src,
124 uri = http_copy_decode(host, uri, hostlen, ":"); in httpSeparate2()
195 uri = http_copy_decode(username, uri, usernamelen, "@") + 1; in httpSeparate2()
204 uri = http_copy_decode(host, uri, hostlen, ":/"); in httpSeparate2()
245 http_copy_decode(resource, uri, resourcelen, ""); in httpSeparate2()
327 http_copy_decode(char *dst, /* O - Destination buffer */ in http_copy_decode() function