| 1027 | }; |
| 1028 | |
| 1029 | stream *openvecfile(vector<uchar> *s, bool autodelete) |
| 1030 | { |
| 1031 | return new vecstream(s ? s : new vector<uchar>, autodelete); |
| 1032 | } |
| 1033 | |
| 1034 | stream *openmemfile(const uchar *buf, int size, int *refcnt) |
| 1035 | { |
no outgoing calls
no test coverage detected