Searched refs:cgiGetCookie (Results 1 – 3 of 3) sorted by relevance
72 extern const char *cgiGetCookie(const char *name);
185 cgiGetCookie(const char *name) /* I - Name of cookie */ in cgiGetCookie() function277 if ((cups_sid_cookie = cgiGetCookie(CUPS_SID)) == NULL) in cgiInitialize()
361 if ((value = cgiGetCookie(name + 1)) != NULL) in cgi_copy()