81 dataend = data + lenv;
101 const char *
path =
"dummy";
103 *stream_name =
new char[strlen(
path) + 1];
117 curr = data + offset;
135 if (curr == dataend) {
151 if (curr == dataend) {
169 static char buf[BUFSIZ];
170 snprintf(buf,
sizeof(buf),
"[MEM_STREAM %d]", stream_len());
@ AMI_ERROR_END_OF_STREAM
AMI_err seek(off_t offset)
AMI_err write_item(const T &elt)
MEM_STREAM(T *data, int len)
AMI_err read_item(T **elt)
AMI_err name(char **stream_name)
#define assert(condition)