ReactOS 0.4.15-dev-8093-g3285f69
cookie_set_t Struct Reference
Collaboration diagram for cookie_set_t:

Public Attributes

cookie_t ** cookies
 
unsigned cnt
 
unsigned size
 
unsigned string_len
 

Detailed Description

Definition at line 527 of file cookie.c.

Member Data Documentation

◆ cnt

unsigned cookie_set_t::cnt

Definition at line 529 of file cookie.c.

Referenced by cookie_set_to_string(), get_cookie_header(), and InternetGetCookieExW().

◆ cookies

cookie_t** cookie_set_t::cookies

Definition at line 528 of file cookie.c.

Referenced by cookie_set_to_string(), get_cookie_header(), and InternetGetCookieExW().

◆ size

unsigned cookie_set_t::size

Definition at line 530 of file cookie.c.

◆ string_len

unsigned cookie_set_t::string_len

Definition at line 532 of file cookie.c.

Referenced by cookie_set_to_string(), get_cookie_header(), and InternetGetCookieExW().


The documentation for this struct was generated from the following file: