Home
last modified time | relevance | path

Searched refs:toklen (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/roles/http/
Dparsers.c535 int toklen = lws_hdr_total_length(wsi, h), n, comma; in lws_hdr_copy() local
538 if (!toklen) in lws_hdr_copy()
541 if (toklen >= len) in lws_hdr_copy()
591 lwsl_err("%s: WSI_TOKEN_HTTP_URI_ARGS toklen %d\n", __func__, (int)toklen); in lws_hdr_copy()
593 return toklen; in lws_hdr_copy()