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

Method assign

src/jrd/MetaName.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void Dictionary::Word::assign(const char* s, FB_SIZE_T len)
196{
197 fb_assert(len < MAX_UCHAR);
198 textLen = len;
199 memcpy(text, s, len);
200 text[len] = '\0';
201}
202
203Dictionary::Word* MetaName::get(const char* s, FB_SIZE_T len)
204{

Callers 15

clearMethod · 0.45
getMethod · 0.45
createDatabaseMethod · 0.45
verifyDatabaseNameFunction · 0.45
evlEncodeDecode64Function · 0.45
actualizeStateMethod · 0.45
ERR_post_warningFunction · 0.45
post_nothrowFunction · 0.45
copyDataFromMethod · 0.45
INF_database_infoFunction · 0.45
resetSessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected