Searched refs:http_copy_decode (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | http-support.c | 109 static const char *http_copy_decode(char *dst, const char *src, 1083 uri = http_copy_decode(username, uri, usernamelen, "@", in httpSeparateURI() 1126 uri = http_copy_decode(host, uri, hostlen, "]", in httpSeparateURI() 1196 uri = http_copy_decode(host, uri, hostlen, ":?/", in httpSeparateURI() 1267 uri = http_copy_decode(resource + 1, uri, resourcelen - 1, NULL, in httpSeparateURI() 1274 uri = http_copy_decode(resource, uri, resourcelen, "?", in httpSeparateURI() 1285 uri = http_copy_decode(resptr, uri, in httpSeparateURI() 1687 if (http_copy_decode(dst, src, (int)dstsize, NULL, 1)) in _httpDecodeURI() 2150 http_copy_decode(char *dst, /* O - Destination buffer */ in http_copy_decode() function
|