Home | History | Annotate | Download | only in utils

Lines Matching refs:ReadEntityData

480     amt = in->ReadEntityData(&metadata, sizeof(metadata));
505 while ((amt = in->ReadEntityData(buf, RESTORE_BUF_SIZE)) > 0) {
962 nRead = reader.ReadEntityData(buf, bufSize);
965 fprintf(stderr, "ReadEntityData failed with %s\n", strerror(err));
970 fprintf(stderr, "ReadEntityData expected '%s' but got something starting with "