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.c34 * http_copy_decode() - Copy and decode a URI.
56 static const char *http_copy_decode(char *dst, const char *src,
126 uri = http_copy_decode(host, uri, hostlen, ":");
197 uri = http_copy_decode(username, uri, usernamelen, "@") + 1;
206 uri = http_copy_decode(host, uri, hostlen, ":/");
247 http_copy_decode(resource, uri, resourcelen, "");
325 * 'http_copy_decode()' - Copy and decode a URI.
329 http_copy_decode(char *dst, /* O - Destination buffer */ function

Completed in 69 milliseconds