Lines Matching refs:tl
362 int n, idx = 0, tl = 0;
395 if (tl + n + 2 > (int)max_tag)
397 if (tl)
398 tag[tl++] = LWSCTAG_SEP;
399 memcpy(tag + tl, col, (size_t)n);
400 tl += n;
401 tag[tl] = '\0';
433 int tl;
457 tl = (int)strlen(tag);
465 lws_malloc(sizeof(*ctx->match) + (unsigned int)tl + 1u,
472 ctx->match->tag_size = (size_t)tl;
476 memcpy(&ctx->match[1], tag, (size_t)tl + 1u);