Lines Matching defs:allocated_headers
104 struct allocated_headers { struct
105 struct allocated_headers *next; /* linked list */ argument
106 struct lws *wsi; /* owner */
107 char *data; /* prepared by context init to point to dedicated storage */
108 ah_data_idx_t data_length;
113 struct lws_fragments frags[WSI_TOKEN_COUNT];
114 time_t assigned;
120 uint8_t frag_index[WSI_TOKEN_COUNT];
123 char initial_handshake_hash_base64[30];
125 int hdr_token_idx;
127 ah_data_idx_t pos;
128 ah_data_idx_t http_response;
129 ah_data_idx_t current_token_limit;
130 ah_data_idx_t unk_pos; /* to undo speculative unknown header */
133 ah_data_idx_t unk_value_pos;
135 ah_data_idx_t unk_ll_head;
136 ah_data_idx_t unk_ll_tail;
139 int16_t lextable_pos;
141 uint8_t in_use;
142 uint8_t nfrag;
143 char /*enum uri_path_states */ ups;
144 char /*enum uri_esc_states */ ues;
146 char esc_stash;
147 char post_literal_equal;
148 uint8_t /* enum lws_token_indexes */ parser_state;