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

Function CVT_hex_to_int128

src/common/cvt.cpp:2873–2880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2871
2872
2873Int128 CVT_hex_to_int128(const char* str, USHORT len)
2874{
2875 Int128 val;
2876 RetValue<I128Traits> value(&val);
2877 hex_to_value(str, str + len, &value);
2878
2879 return val;
2880}
2881
2882
2883USHORT CVT_get_string_ptr_common(const dsc* desc, USHORT* ttype, UCHAR** address,

Callers 1

CVT_get_numericFunction · 0.85

Calls 1

hex_to_valueFunction · 0.85

Tested by

no test coverage detected