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

Function cgiSupportsMultipart

cgi-bin/html.c:194–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 */
193
194int /* O - 1 if multi-part supported, 0 otherwise */
195cgiSupportsMultipart(void)
196{
197 /*
198 * Too many bug reports for browsers that don't support it, and too much pain
199 * to whitelist known-good browsers, so for now we just punt on multi-part
200 * support... :(
201 */
202
203 return (0);
204}
205
206
207/*

Callers 3

cgiPrintCommandFunction · 0.85
choose_device_cbFunction · 0.85
do_am_printerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected