Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h599 uint8 maximumNestingDepth; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp1065 PutInteger(1, 15, (uint32)x->maximumNestingDepth, stream); in Encode_Enhanced()
Dh245_analysis.cpp1118 ShowPERInteger(tag, indent, "maximumNestingDepth", (int32)x->maximumNestingDepth); in Analyze_Enhanced()
Dh245_decoder.cpp1475 x->maximumNestingDepth = (uint8) GetInteger(1, 15, stream); in Decode_Enhanced()