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

Method destroyIntlObjects

src/jrd/intl.cpp:508–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506
507
508void Jrd::Attachment::destroyIntlObjects(thread_db* tdbb)
509{
510 for (FB_SIZE_T i = 0; i < att_charsets.getCount(); i++)
511 {
512 if (att_charsets[i])
513 {
514 att_charsets[i]->destroy(tdbb);
515 att_charsets[i] = NULL;
516 }
517 }
518}
519
520
521void INTL_adjust_text_descriptor(thread_db* tdbb, dsc* desc)

Callers 1

release_attachmentFunction · 0.80

Calls 2

getCountMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected