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

Method insertBytes

src/yvalve/utl.cpp:1025–1035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023 }
1024
1025 void insertBytes(CheckStatusWrapper* status, unsigned char tag, const void* bytes, unsigned length)
1026 {
1027 try
1028 {
1029 pb->insertBytes(tag, bytes, length);
1030 }
1031 catch (const Exception& ex)
1032 {
1033 ex.stuffException(status);
1034 }
1035 }
1036
1037 void insertString(CheckStatusWrapper* status, unsigned char tag, const char* str)
1038 {

Callers 13

buildDpbFunction · 0.45
INET_analyzeFunction · 0.45
addClumpletsFunction · 0.45
svc_api_gbakFunction · 0.45
gbakFunction · 0.45
startMethod · 0.45
attach_databaseMethod · 0.45
startSessionMethod · 0.45
putFileFromArgumentFunction · 0.45
runSweepMethod · 0.45

Calls 1

stuffExceptionMethod · 0.45

Tested by

no test coverage detected