Lines Matching defs:allocated_headers
102 struct allocated_headers { struct
103 struct allocated_headers *next; /* linked list */ argument
104 struct lws *wsi; /* owner */
105 char *data; /* prepared by context init to point to dedicated storage */
106 ah_data_idx_t data_length;
111 struct lws_fragments frags[WSI_TOKEN_COUNT];
112 time_t assigned;
118 uint8_t frag_index[WSI_TOKEN_COUNT];
121 char initial_handshake_hash_base64[30];
123 int hdr_token_idx;
125 ah_data_idx_t pos;
126 ah_data_idx_t http_response;
127 ah_data_idx_t current_token_limit;
130 ah_data_idx_t unk_pos; /* to undo speculative unknown header */
131 ah_data_idx_t unk_value_pos;
133 ah_data_idx_t unk_ll_head;
134 ah_data_idx_t unk_ll_tail;
137 int16_t lextable_pos;
139 uint8_t in_use;
140 uint8_t nfrag;
141 char /*enum uri_path_states */ ups;
142 char /*enum uri_esc_states */ ues;
144 char esc_stash;
145 char post_literal_equal;
146 uint8_t /* enum lws_token_indexes */ parser_state;