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

Method isc_put_segment

src/jrd/extds/IscDS.cpp:1431–1441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429}
1430
1431ISC_STATUS ISC_EXPORT IscProvider::isc_put_segment(FbStatusVector* user_status,
1432 isc_blob_handle* blob_handle,
1433 unsigned short buffer_length,
1434 const char* buffer)
1435{
1436 if (!m_api.put_segment)
1437 return notImplemented(user_status);
1438
1439 return (*m_api.put_segment) (IscStatus(user_status), blob_handle,
1440 buffer_length, buffer);
1441}
1442
1443ISC_STATUS ISC_EXPORT IscProvider::isc_put_slice(FbStatusVector* user_status,
1444 isc_db_handle *,

Callers 1

writeMethod · 0.80

Calls 1

IscStatusClass · 0.85

Tested by

no test coverage detected