Searched refs:toklen (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | rngparser.c | 58 int toklen; member 291 token->toklen = cur - ctxt->cur; in xmlCRNGNextToken() 292 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen); in xmlCRNGNextToken() 308 token->toklen = 2; in xmlCRNGNextToken() 310 token->toklen = 1; in xmlCRNGNextToken() 312 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen); in xmlCRNGNextToken() 315 ctxt->cur += token->toklen; in xmlCRNGNextToken() 328 token->toklen = cur - ctxt->cur; in xmlCRNGNextToken() 329 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen); in xmlCRNGNextToken() 347 token->toklen = cur - ctxt->cur; in xmlCRNGNextToken() [all …]
|
/third_party/libwebsockets/lib/roles/http/ |
D | parsers.c | 535 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()
|