Home
last modified time | relevance | path

Searched refs:PS_int8STRING (Results 1 – 7 of 7) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dgenericper.h56 typedef S_int8STRING *PS_int8STRING; typedef
114 PS_int8STRING x, PS_InStream stream);
171 PS_int8STRING x, PS_OutStream stream);
204 PS_int8STRING NewCharString(void);
208 void InitCharString(PS_int8STRING x);
212 void FreeCharString(PS_int8STRING x);
Danalyzeper.h89 void ShowPERCharString(uint16 tag, uint16 indent, const char *label, PS_int8STRING x);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dgenericper.cpp541 PS_int8STRING x, PS_InStream stream) in GetCharString()
1405 PS_int8STRING x, PS_OutStream stream) in PutCharString()
1749 PS_int8STRING NewCharString(void) in NewCharString()
1751 PS_int8STRING x; in NewCharString()
1753 x = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in NewCharString()
1826 void InitCharString(PS_int8STRING x) in InitCharString()
1880 void FreeCharString(PS_int8STRING x) in FreeCharString()
Danalyzeper.cpp282 void ShowPERCharString(uint16 tag, uint16 indent, const char* label, PS_int8STRING x) in ShowPERCharString()
Dh245_decoder.cpp4302 x->domainBased = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Decode_CapabilityIdentifier()
4370 x->domainBased = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Decode_ParameterIdentifier()
4717 x->e164Address = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Decode_NetworkAddress()
4793 x->internationalNumber = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Decode_Address()
12008 x->alphanumeric = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Decode_UserInputIndication()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h2135 PS_int8STRING domainBased;
2193 PS_int8STRING domainBased;
2286 PS_int8STRING e164Address;
2331 PS_int8STRING internationalNumber;
5633 PS_int8STRING alphanumeric;
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_indication.cpp286 pUserInputIndication->alphanumeric = (PS_int8STRING) OSCL_DEFAULT_MALLOC(sizeof(S_int8STRING)); in Tsc_UII_Alphanumeric()