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

Method update

lib_acl_cpp/src/mime/mime.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool mime::update(const char* data, size_t len) const {
104 return mime_state_update(m_pMimeState, data, (int) len) == 1;
105}
106
107void mime::update_end() {
108 primary_head_finish();

Callers 15

test_setFunction · 0.45
dict_updateFunction · 0.45
test_parseFunction · 0.45
testFunction · 0.45
mainFunction · 0.45
testFunction · 0.45
test_parseFunction · 0.45
test_parse_mmapFunction · 0.45
test2Function · 0.45
doUploadMethod · 0.45
base_testFunction · 0.45
check_stringFunction · 0.45

Calls 1

mime_state_updateFunction · 0.85

Tested by 8

test_setFunction · 0.36
test_parseFunction · 0.36
test_parseFunction · 0.36
test_parse_mmapFunction · 0.36
test_zrangeFunction · 0.36
test_zlib_pipeFunction · 0.36
test_pipeFunction · 0.36
test_mime_headerFunction · 0.36