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

Method isc_get_segment

src/jrd/extds/IscDS.cpp:1350–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1348}
1349
1350ISC_STATUS ISC_EXPORT IscProvider::isc_get_segment(FbStatusVector* user_status,
1351 isc_blob_handle* blob_handle,
1352 unsigned short* length,
1353 unsigned short buffer_length,
1354 char* buffer)
1355{
1356 if (!m_api.get_segment)
1357 return notImplemented(user_status);
1358
1359 return (*m_api.get_segment) (IscStatus(user_status), blob_handle, length,
1360 buffer_length, buffer);
1361}
1362
1363ISC_STATUS ISC_EXPORT IscProvider::isc_get_slice(FbStatusVector* user_status,
1364 isc_db_handle *,

Callers 1

readMethod · 0.80

Calls 1

IscStatusClass · 0.85

Tested by

no test coverage detected