| 243 | These bytes will be retrieved later when another large buffer is read. */ |
| 244 | |
| 245 | static void |
| 246 | save_to_hold_area (char *start, idx_t num) |
| 247 | { |
| 248 | free (hold_area); |
| 249 | hold_area = start; |
| 250 | hold_count = num; |
| 251 | } |
| 252 | |
| 253 | /* Read up to MAX_N_BYTES bytes from the input stream into DEST. |
| 254 | Return the number of bytes read. */ |
no outgoing calls
no test coverage detected