Searched refs:http_copy_decode (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | http-support.c | 105 static const char *http_copy_decode(char *dst, const char *src, 1077 uri = http_copy_decode(username, uri, usernamelen, "@", in httpSeparateURI() 1120 uri = http_copy_decode(host, uri, hostlen, "]", in httpSeparateURI() 1190 uri = http_copy_decode(host, uri, hostlen, ":?/", in httpSeparateURI() 1261 uri = http_copy_decode(resource + 1, uri, resourcelen - 1, NULL, in httpSeparateURI() 1268 uri = http_copy_decode(resource, uri, resourcelen, "?", in httpSeparateURI() 1279 uri = http_copy_decode(resptr, uri, in httpSeparateURI() 1688 if (http_copy_decode(dst, src, (int)dstsize, NULL, 1)) in _httpDecodeURI() 2151 http_copy_decode(char *dst, /* O - Destination buffer */ in http_copy_decode() function
|