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

Function xdr_wrapstring

src/common/xdr.cpp:857–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855
856
857bool_t xdr_wrapstring(xdr_t* xdrs, SCHAR** strp)
858{
859/**************************************
860 *
861 * x d r _ w r a p s t r i n g
862 *
863 **************************************
864 *
865 * Functional description
866 * Map from external to internal representation (or vice versa).
867 *
868 **************************************/
869
870 return xdr_string(xdrs, strp, MAXSTRING_FOR_WRAPSTRING);
871}
872
873
874int xdr_t::create(SCHAR* addr, unsigned len, xdr_op op)

Callers 1

xdr_status_vectorFunction · 0.85

Calls 1

xdr_stringFunction · 0.85

Tested by

no test coverage detected