| 1032 | } |
| 1033 | |
| 1034 | stream *openmemfile(const uchar *buf, int size, int *refcnt) |
| 1035 | { |
| 1036 | return new memstream(buf, size, refcnt); |
| 1037 | } |
| 1038 | |
| 1039 | stream *openrawfile(const char *filename, const char *mode) |
| 1040 | { |
no outgoing calls
no test coverage detected