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

Method isc_vax_integer

src/jrd/extds/IscDS.cpp:1572–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1570}
1571
1572ISC_LONG ISC_EXPORT IscProvider::isc_vax_integer(const unsigned char* p, short len)
1573{
1574 return ::isc_vax_integer((ISC_SCHAR*) p, len);
1575}
1576
1577ISC_INT64 ISC_EXPORT IscProvider::isc_portable_integer(const unsigned char* p, short len)
1578{

Callers 2

attachMethod · 0.80
doPrepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected