Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-support.c105 static const char *http_copy_decode(char *dst, const char *src,
1084 uri = http_copy_decode(username, uri, usernamelen, "@", in httpSeparateURI()
1127 uri = http_copy_decode(host, uri, hostlen, "]", in httpSeparateURI()
1197 uri = http_copy_decode(host, uri, hostlen, ":?/", in httpSeparateURI()
1268 uri = http_copy_decode(resource + 1, uri, resourcelen - 1, NULL, in httpSeparateURI()
1275 uri = http_copy_decode(resource, uri, resourcelen, "?", in httpSeparateURI()
1286 uri = http_copy_decode(resptr, uri, in httpSeparateURI()
1695 if (http_copy_decode(dst, src, (int)dstsize, NULL, 1)) in _httpDecodeURI()
2158 http_copy_decode(char *dst, /* O - Destination buffer */ in http_copy_decode() function