Searched refs:ec_tagtype_t (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECTag.cpp421 if (!socket.ReadNumber(&m_dataType, sizeof(ec_tagtype_t))) {
452 ec_tagtype_t type = m_dataType;
457 if (!socket.WriteNumber(&type, sizeof(ec_tagtype_t))) return false;
556 length += sizeof(ec_tagname_t) + sizeof(ec_tagtype_t) + sizeof(ec_taglen_t) + (it->HasChildTags() ? 2 : 0);
H A DECTag.h211 ec_tagtype_t m_dataType;
H A DECCodes.h32 typedef uint8_t ec_tagtype_t; typedef

Completed in 115 milliseconds