| 2926 | } |
| 2927 | |
| 2928 | static InputStream *get_input_stream(OutputStream *ost) |
| 2929 | { |
| 2930 | if (ost->source_index >= 0) |
| 2931 | return input_streams[ost->source_index]; |
| 2932 | return NULL; |
| 2933 | } |
| 2934 | |
| 2935 | static int compare_int64(const void *a, const void *b) |
| 2936 | { |
no outgoing calls
no test coverage detected