Searched defs:l_buf (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.h200 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
222 uInt last_lit; /* running index in l_buf */
225 /* Buffer for distances. To simplify the code, d_buf and l_buf have
297 s->l_buf[s->last_lit++] = cc; \
305 s->l_buf[s->last_lit++] = len; \

Completed in 18 milliseconds