Lines Matching defs:lim
342 size_t lim, b;
415 lim = map->aux - 1;
420 lim = args->chunks_length + ctx->npos;
421 s = lwsac_use(&args->ac, lim + 1, args->ac_block_size);
427 s[lim] = '\0';
428 /* copy up to lim from the string chunk ac first */
433 if (lim) {
435 if (b > lim)
436 b = lim;
439 lim -= b;
448 if (lim) {
450 if (b > lim)
451 b = lim;