lc                283 lib/zlib/deflate.h int  _tr_tally        OF((deflate_state *s, unsigned dist, unsigned lc));
lc               1022 lib/zlib/trees.c int _tr_tally (s, dist, lc)
lc               1025 lib/zlib/trees.c     unsigned lc;    /* match length-MIN_MATCH or unmatched char (if dist==0) */
lc               1028 lib/zlib/trees.c     s->l_buf[s->last_lit++] = (uch)lc;
lc               1031 lib/zlib/trees.c         s->dyn_ltree[lc].Freq++;
lc               1037 lib/zlib/trees.c                (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
lc               1040 lib/zlib/trees.c         s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
lc               1078 lib/zlib/trees.c     int lc;             /* match length or unmatched char (if dist == 0) */
lc               1085 lib/zlib/trees.c         lc = s->l_buf[lx++];
lc               1087 lib/zlib/trees.c             send_code(s, lc, ltree); /* send a literal byte */
lc               1088 lib/zlib/trees.c             Tracecv(isgraph(lc), (stderr," '%c' ", lc));
lc               1091 lib/zlib/trees.c             code = _length_code[lc];
lc               1095 lib/zlib/trees.c                 lc -= base_length[code];
lc               1096 lib/zlib/trees.c                 send_bits(s, lc, extra);       /* send the extra length bits */
lc                391 source4/torture/rpc/handles.c 	struct lsa_Close lc;
lc                422 source4/torture/rpc/handles.c 	lc.in.handle 		= &handle;
lc                423 source4/torture/rpc/handles.c 	lc.out.handle		= &handle2;
lc                428 source4/torture/rpc/handles.c 	status = dcerpc_lsa_Close(p2, mem_ctx, &lc);