Lines Matching defs:get
15 unsigned get, max = ((unsigned)-1 >> 2) + 1;
19 get = len - *have;
20 if (get > max)
21 get = max;
22 ret = read(state->fd, buf + *have, get);
107 /* get at least the magic bytes in the input buffer */
164 /* get more input for inflate() */
257 /* get more output, looking for header if required */
283 /* get len bytes to buf, or less than len if at the end */
309 /* get more output, looking for header if required */
348 /* get internal structure */
381 /* get internal structure */
412 /* get internal structure */
441 /* get internal structure */
505 /* check parameters and get internal structure */
562 /* get internal structure */
581 /* get internal structure */