Home | History | Annotate | Download | only in qtools

Lines Matching refs:StaticRec

1070 // Reads the next StaticRec from the trace file (not including the list
1072 int TraceReaderBase::ReadStatic(StaticRec *rec)
1074 int rval = fread(rec, sizeof(StaticRec), 1, static_fstream_);
1115 StaticRec static_rec;
1128 int rval = fread(&static_rec, sizeof(StaticRec), 1, static_fstream_);
1139 fwrite(&static_rec, sizeof(StaticRec), 1, static_fstream_);