Searched refs:http_copy_decode (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/print/libhttp-core/common/ |
H A D | http-support.c | 56 static const char *http_copy_decode(char *dst, const char *src, 126 uri = http_copy_decode(host, uri, hostlen, ":"); in httpSeparate2() 197 uri = http_copy_decode(username, uri, usernamelen, "@") + 1; in httpSeparate2() 206 uri = http_copy_decode(host, uri, hostlen, ":/"); in httpSeparate2() 247 http_copy_decode(resource, uri, resourcelen, ""); in httpSeparate2() 329 http_copy_decode(char *dst, /* O - Destination buffer */ in http_copy_decode() function
|