Lines Matching defs:index
33 int temp_len, int index, unsigned char **p, unsigned char *end)
35 int n = lws_hdr_total_length(par, (enum lws_token_indexes)index);
38 lwsl_wsi_debug(wsi, "no index %d:", index);
43 if (lws_hdr_copy(par, (char *)temp, temp_len, (enum lws_token_indexes)index) < 0) {
45 index, n);
49 lwsl_wsi_debug(wsi, "index %d: %s", index, (char *)temp);
51 if (lws_add_http_header_by_token(wsi, (enum lws_token_indexes)index, temp, n, p, end)) {
53 index, n);