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

Function user_error

src/yvalve/alt.cpp:815–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813
814namespace {
815 ISC_STATUS user_error(ISC_STATUS* vector, ISC_STATUS code)
816 {
817 vector[0] = isc_arg_gds;
818 vector[1] = code;
819 vector[2] = isc_arg_end;
820
821 return vector[1];
822 }
823}
824
825namespace {

Callers 3

API_ROUTINE isc_add_userFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected