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

Function RM_ENTRY

src/gpre/languages/fbrmclib.cpp:586–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584// in fbrmc.def
585
586EXPORT RM_ENTRY(rmc_embed_dsql_length)
587{
588 ClearParamPool();
589 ISC_USHORT *l = CobolToShort(&arg_vector[1]);
590 isc_embed_dsql_length(CobolToString(&arg_vector[0]), l);
591 ShortToCobol(&arg_vector[1], l);
592
593 return (0);
594}
595
596EXPORT RM_ENTRY(rmc_cancel_blob)
597{

Callers

nothing calls this directly

Calls 15

ClearParamPoolFunction · 0.85
CobolToShortFunction · 0.85
CobolToStringFunction · 0.85
ShortToCobolFunction · 0.85
AllocStatusPoolFunction · 0.85
StatusToCobolFunction · 0.85
CobolToIntFunction · 0.85
IntToCobolFunction · 0.85
CobolToStatusFunction · 0.85
CvtIntToCobolFunction · 0.85
AllocStringPoolFunction · 0.85
StringToCobolFunction · 0.85

Tested by

no test coverage detected