Searched refs:openRecl (Results 1 – 5 of 5) sorted by relevance
134 if (!openRecl) { in OpenUnit()138 } else if (*openRecl <= 0) { in OpenUnit()149 recordLength = openRecl; in OpenUnit()282 if (openRecl) { in Emit()301 if (furthestAfter > extra + *openRecl) { in Emit()425 recordLength = openRecl; in BeginReadingRecord()511 furthestPositionInRecord = *openRecl; in AdvanceRecord()684 if (!openRecl) { in SetDirectRec()777 if (frameOffsetInFile_ < *openRecl) { in BackspaceFixedRecord()780 frameOffsetInFile_ -= *openRecl; in BackspaceFixedRecord()[all …]
31 std::optional<std::int64_t> openRecl; // RECL= on OPEN member63 return openRecl && recordLength && *openRecl < *recordLength ? openRecl in EffectiveRecordLength()
17 auto recl{recordLength.value_or(openRecl.value_or( in RemainingSpaceInRecord()
1126 (unit().mayPosition() && unit().openRecl) in Inquire()1294 } else if (unit().openRecl) { in Inquire()1295 result = *unit().openRecl; in Inquire()
964 open->unit().openRecl.value_or(0) != static_cast<std::int64_t>(n)) { in IONAME()968 open->unit().openRecl = n; in IONAME()