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

Method insertString

src/yvalve/utl.cpp:1037–1047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035 }
1036
1037 void insertString(CheckStatusWrapper* status, unsigned char tag, const char* str)
1038 {
1039 try
1040 {
1041 pb->insertString(tag, str, strlen(str));
1042 }
1043 catch (const Exception& ex)
1044 {
1045 ex.stuffException(status);
1046 }
1047 }
1048
1049 void insertTag(CheckStatusWrapper* status, unsigned char tag)
1050 {

Callers 15

TDR_attach_databaseFunction · 0.45
buildDpbFunction · 0.45
INET_analyzeFunction · 0.45
add_other_paramsFunction · 0.45
add_working_directoryFunction · 0.45
XNET_analyzeFunction · 0.45
addClumpletsFunction · 0.45
extractNewKeysMethod · 0.45
initReplicaMethod · 0.45
svc_api_gbakFunction · 0.45

Calls 1

stuffExceptionMethod · 0.45

Tested by

no test coverage detected