Lines Matching refs:cookie
69 /** get a cookie by its name */
126 * Expose the parsed "cookie" header associated to this handle.
172 * Fetch the first cookie with the given name.
175 * @param name Case-insensitive cookie name.
177 * @return First matching cookie, or NULL if none match.
203 * @param name Case-insensitive cookie name.
397 * @param cookie value of the request "Cookie" header
406 const char *cookie,
423 * Find the first cookie with the specified name.
427 * @param name desired cookie name
429 * @return The first matching cookie or NULL.