Searched refs:tk_end (Results 1 – 1 of 1) sorted by relevance
/third_party/libwebsockets/lib/roles/http/ |
D | cookie.c | 549 char *tk_head, *tk_end, *buf_head, *buf_end, *cookiep, *dl; in lws_parse_set_cookie() local 582 tk_end = memchr(buf_head, ';', in lws_parse_set_cookie() 584 if (!tk_end) { in lws_parse_set_cookie() 585 tk_end = buf_end; in lws_parse_set_cookie() 588 buf_head = tk_end + 1; in lws_parse_set_cookie() 589 tk_end--; in lws_parse_set_cookie() 600 dl = memchr(tk_head, '=', lws_ptr_diff_size_t(tk_end, in lws_parse_set_cookie() 616 c.l[CE_VALUE] = lws_ptr_diff_size_t(tk_end, in lws_parse_set_cookie() 631 if (tk_head == tk_end) in lws_parse_set_cookie() 642 lws_ptr_diff_size_t(tk_end, in lws_parse_set_cookie() [all …]
|