Lines Matching defs:len
356 args->jose->e[ctx->path_match - 1].len = 0;
362 args->jose->e[ctx->path_match - 1].len += ctx->npos;
367 (int)args->jose->e[ctx->path_match - 1].len,
369 (int)args->jose->e[ctx->path_match - 1].len + 1);
375 args->temp -= (int)args->jose->e[ctx->path_match - 1].len - n - 1;
377 (int)args->jose->e[ctx->path_match - 1].len - n - 1;
379 args->jose->e[ctx->path_match - 1].len = (uint32_t)n;
451 const char *buf, int len, char *temp, int *temp_len)
453 return lws_jose_parse(jose, (const uint8_t *)buf, len,
459 const char *buf, int len, char *temp, int *temp_len)
462 (const uint8_t *)buf, len, temp, temp_len, 1);
513 jose->e[n].buf, (int)jose->e[n].len,
532 jose->e[n].buf, (int)jose->e[n].len,
573 while ((unsigned int)m < jose->e[n].len && (end - out) > 1) {