Home
last modified time | relevance | path

Searched refs:maximumStringLength (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h1871 uint16 maximumStringLength; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp2791 PutInteger(1, 256, (uint32)x->maximumStringLength, stream); in Encode_V42bis()
Dh245_analysis.cpp2969 ShowPERInteger(tag, indent, "maximumStringLength", (int32)x->maximumStringLength); in Analyze_V42bis()
Dh245_decoder.cpp3808 x->maximumStringLength = (uint16) GetInteger(1, 256, stream); in Decode_V42bis()