Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
const char * /* O - Value or NULL */
227
cgiGetCookie(const char *name) /* I - Name of cookie */
228
{
229
return (cupsGetOption(name, num_cookies, cookies));
230
}
231
232
233
/*
Callers
2
cgiInitialize
Function · 0.85
cgi_copy
Function · 0.85
Calls
1
cupsGetOption
Function · 0.85
Tested by
no test coverage detected