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

Method getPos

src/isql/InputDevices.cpp:117–122  ·  view source on GitHub ↗

Save the reading position in the parameter.

Source from the content-addressed store, hash-verified

115
116// Save the reading position in the parameter.
117void InputDevices::indev::getPos(fpos_t* out) const
118{
119 fb_assert(out);
120 fb_assert(indev_fpointer);
121 os_utils::fgetpos(indev_fpointer, out);
122}
123
124// Restore a previously stored reading position held in the parameter.
125void InputDevices::indev::setPos(const fpos_t* in)

Callers 4

parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
blr_print_dtypeFunction · 0.45

Calls 1

fgetposFunction · 0.50

Tested by

no test coverage detected