MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / nextStream

Method nextStream

src/jrd/exe.h:515–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 }
514
515 StreamType nextStream(bool check = true)
516 {
517 if (csb_n_stream >= MAX_STREAMS && check)
518 ERR_post(Firebird::Arg::Gds(isc_too_many_contexts));
519
520 return csb_n_stream++;
521 }
522
523 bool collectingDependencies() const
524 {

Callers 5

pass1EraseMethod · 0.80
parseMethod · 0.80
copyMethod · 0.80
BlrParseWrapperMethod · 0.80
PAR_contextFunction · 0.80

Calls 2

GdsClass · 0.85
ERR_postFunction · 0.70

Tested by

no test coverage detected