MCPcopy Create free account
hub / github.com/acl-dev/acl / debug_rfc2047

Method debug_rfc2047

lib_acl_cpp/src/mime/rfc2047.cpp:67–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void rfc2047::debug_rfc2047() const
68{
69 std::list<rfc2047_entry*>::const_iterator cit = m_List.begin();
70 for (; cit != m_List.end(); ++cit) {
71 printf(">>> debug_rfc2047: charset: %s, code: %c, data: %s\n",
72 (*cit)->pCharset->c_str(),
73 (*cit)->coding,
74 (*cit)->pData->c_str());
75 }
76}
77
78#define SKIP(s, n) { \
79 if (n > 0 && *s == '\r') { \

Callers 2

rfc2047_testFunction · 0.80
rfc2047_test2Function · 0.80

Calls 3

beginMethod · 0.80
endMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected