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

Function ERR_post_nothrow

src/jrd/err.cpp:230–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229
230void ERR_post_nothrow(const Arg::StatusVector& v, FbStatusVector* statusVector)
231/**************************************
232 *
233 * E R R _ p o s t _ n o t h r o w
234 *
235 **************************************
236 *
237 * Functional description
238 * Populate a status vector.
239 *
240 **************************************/
241{
242 post_nothrow(v.length(), v.value(), statusVector);
243}
244
245
246void ERR_post_nothrow(const IStatus* v, FbStatusVector* statusVector)

Callers 10

internalReadMethod · 0.85
internalWriteMethod · 0.85
stuff_stack_traceFunction · 0.85
ERR_postFunction · 0.85
SHUT_databaseFunction · 0.85
SHUT_onlineFunction · 0.85
setServiceStatusMethod · 0.85
raiseMethod · 0.85
BTR_descriptionFunction · 0.85
resetSessionMethod · 0.85

Calls 5

post_nothrowFunction · 0.85
statusLengthFunction · 0.85
lengthMethod · 0.45
valueMethod · 0.45
getErrorsMethod · 0.45

Tested by

no test coverage detected