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

Function cgiGetCookie

cgi-bin/var.c:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 */
225
226const char * /* O - Value or NULL */
227cgiGetCookie(const char *name) /* I - Name of cookie */
228{
229 return (cupsGetOption(name, num_cookies, cookies));
230}
231
232
233/*

Callers 2

cgiInitializeFunction · 0.85
cgi_copyFunction · 0.85

Calls 1

cupsGetOptionFunction · 0.85

Tested by

no test coverage detected