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

Function swap

src/jrd/sort.cpp:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 };
141
142 inline void swap(SORTP** a, SORTP** b)
143 {
144 ((SORTP***) (*a))[BACK_OFFSET] = b;
145 ((SORTP***) (*b))[BACK_OFFSET] = a;
146 SORTP* temp = *a;
147 *a = *b;
148 *b = temp;
149 }
150} // namespace
151
152

Callers 9

pass1SourceMethod · 0.70
quickMethod · 0.70
sortBufferMethod · 0.70
formRiverMethod · 0.50
matchBooleanMethod · 0.50
distributeEqualitiesMethod · 0.50
generateEquiJoinMethod · 0.50
CypherMethod · 0.50
transformMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected