MCPcopy Create free account
hub / github.com/OpenPrinting/cups / _httpEncodeURI

Function _httpEncodeURI

cups/http-support.c:1714–1721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1712 */
1713
1714char * /* O - Encoded URI */
1715_httpEncodeURI(char *dst, /* I - Destination buffer */
1716 const char *src, /* I - Source URI */
1717 size_t dstsize) /* I - Size of destination buffer */
1718{
1719 http_copy_encode(dst, src, dst + dstsize - 1, NULL, NULL, 1);
1720 return (dst);
1721}
1722
1723
1724/*

Callers 2

cupsdLogRequestFunction · 0.85
http_sendFunction · 0.85

Calls 1

http_copy_encodeFunction · 0.85

Tested by

no test coverage detected