Lines Matching refs:get
18 unsigned get, max = ((unsigned)-1 >> 2) + 1;
22 get = len - *have;
23 if (get > max)
25 get = max;
27 ret = read(state->fd, buf + *have, get);
122 /* get at least the magic bytes in the input buffer */
184 /* get more input for inflate() */
291 /* get more output, looking for header if required */
324 /* get len bytes to buf, or less than len if at the end */
354 /* get more output, looking for header if required */
400 /* get internal structure */
440 /* get internal structure */
476 /* get internal structure */
511 /* get internal structure */
587 /* check parameters and get internal structure */
657 /* get internal structure */
681 /* get internal structure */