Searched refs:put (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libz/
H A Dinfback.c121 put = strm->next_out; \
132 strm->next_out = put; \
204 put = state->window; \
207 if (out(out_desc, put, left)) { \
250 unsigned char FAR *put; /* next output */ local
277 put = state->window;
338 zmemcpy(put, next, copy);
342 put += copy;
500 *put++ = (unsigned char)(state->length);
573 from = put
[all...]
H A Dinflate.c405 put = strm->next_out; \
416 strm->next_out = put; \
504 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
560 unsigned char FAR *put; /* next output */ local
826 zmemcpy(put, next, copy);
830 put += copy;
1060 from = put - state->offset;
1067 *put++ = *from++;
1073 *put++ = (unsigned char)(state->length);
1085 UPDATE(state->check, put
[all...]
/ast/src/cmd/INIT/
H A Dratz.c510 Bytef *next_out; /* next output byte should be put there */
864 * must fix the pointer. Warning: the pointer must be put back to its
1983 /* put invalid code marker in table */
2624 put = strm->next_out; \
2635 strm->next_out = put; \
2723 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
2779 unsigned char FAR *put; /* next output */ local
3045 zmemcpy(put, next, copy);
3049 put += copy;
3279 from = put
[all...]
/ast/src/cmd/html/
H A Dtroff2html.c4674 error(ERROR_SYSTEM|3, "out of space [var hash put]");
4679 error(ERROR_SYSTEM|3, "out of space [tag hash put]");

Completed in 35 milliseconds