Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-support.c108 static char *http_copy_encode(char *dst, const char *src,
184 ptr = http_copy_encode(uri, scheme, end, NULL, NULL, 0); in httpAssembleURI()
231 ptr = http_copy_encode(ptr, username, end, "/?#[]@", NULL, in httpAssembleURI()
342 ptr = http_copy_encode(ptr, host, end, "\"#/:<>?@[\\]^`{|}", NULL, in httpAssembleURI()
377 ptr = http_copy_encode(ptr, resource, end, NULL, "?", in httpAssembleURI()
388 ptr = http_copy_encode(ptr, query, end, NULL, NULL, in httpAssembleURI()
1704 http_copy_encode(dst, src, dst + dstsize - 1, NULL, NULL, 1); in _httpEncodeURI()
2224 http_copy_encode(char *dst, /* O - Destination buffer */ in http_copy_encode() function