Lines Matching defs:tok
319 lwsl_notice("hdr tok ignored\n");
332 lwsl_header(" hdr tok %d (%s) = '%s' (len %d)\n", hdr,
406 lwsl_header("%s: dyn index %d, tok %d\n", __func__, index,
448 lwsl_header(" %3d: tok %s: (len %d) val '%s'\n",
708 int tok = lws_token_from_index(wsi, idx, &arg, &len, NULL);
710 if (tok == LWS_HPACK_IGNORE_ENTRY) {
715 if (tok == -1) {
716 lwsl_info("%s: idx %d mapped to tok %d\n", __func__, idx, tok);
723 tok = known_token;
724 lwsl_header("%s: dyn: idx %d '%s' tok %d\n", __func__, idx, arg,
725 tok);
727 lwsl_header("writing indexed hdr %d (tok %d '%s')\n", idx, tok,
728 lws_token_to_string((enum lws_token_indexes)tok));
730 if (tok == LWS_HPACK_IGNORE_ENTRY)
739 if (lws_frag_start(wsi, tok))
750 lws_dump_header(wsi, tok);
806 lwsl_info("lws tok %d seems to be a pseudoheader\n", m);