Searched refs:http_copy_encode (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | http-support.c | 112 static char *http_copy_encode(char *dst, const char *src, 188 ptr = http_copy_encode(uri, scheme, end, NULL, NULL, 0); in httpAssembleURI() 235 ptr = http_copy_encode(ptr, username, end, "/?#[]@", NULL, in httpAssembleURI() 346 ptr = http_copy_encode(ptr, host, end, "\"#/:<>?@[\\]^`{|}", NULL, in httpAssembleURI() 381 ptr = http_copy_encode(ptr, resource, end, NULL, "?", in httpAssembleURI() 392 ptr = http_copy_encode(ptr, query, end, NULL, NULL, in httpAssembleURI() 1703 http_copy_encode(dst, src, dst + dstsize - 1, NULL, NULL, 1); in _httpEncodeURI() 2223 http_copy_encode(char *dst, /* O - Destination buffer */ in http_copy_encode() function
|