Home
last modified time | relevance | path

Searched refs:cgiGetCookie (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cgi-bin/
Dcgi.h72 extern const char *cgiGetCookie(const char *name);
Dvar.c185 cgiGetCookie(const char *name) /* I - Name of cookie */ in cgiGetCookie() function
277 if ((cups_sid_cookie = cgiGetCookie(CUPS_SID)) == NULL) in cgiInitialize()
Dtemplate.c361 if ((value = cgiGetCookie(name + 1)) != NULL) in cgi_copy()