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

Function xdr_cstring

src/remote/protocol.cpp:1390–1393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388}
1389
1390static bool_t xdr_cstring( RemoteXdr* xdrs, CSTRING* cstring)
1391{
1392 return xdr_cstring_with_limit(xdrs, cstring, 0);
1393}
1394
1395static bool_t xdr_cstring_with_limit( RemoteXdr* xdrs, CSTRING* cstring, ULONG limit)
1396{

Callers 5

xdr_cstring_constFunction · 0.85
xdr_responseFunction · 0.85
xdr_sql_blrFunction · 0.85
xdr_trrq_blrFunction · 0.85
xdr_blob_streamFunction · 0.85

Calls 1

xdr_cstring_with_limitFunction · 0.85

Tested by

no test coverage detected