Searched refs:PS_BITSTRING (Results 1 – 4 of 4) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/ |
D | genericper.h | 48 typedef S_BITSTRING *PS_BITSTRING; typedef 111 PS_BITSTRING x, PS_InStream stream); 168 uint32 min, uint32 max, PS_BITSTRING x, PS_OutStream stream); 203 PS_BITSTRING NewBitString(void); 207 void InitBitString(PS_BITSTRING x); 211 void FreeBitString(PS_BITSTRING x);
|
D | analyzeper.h | 87 void ShowPERBitString(uint16 tag, uint16 indent, const char *label, PS_BITSTRING x);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | genericper.cpp | 464 PS_BITSTRING x, PS_InStream stream) in GetBitString() 1332 PS_BITSTRING x, PS_OutStream stream) in PutBitString() 1727 PS_BITSTRING NewBitString(void) in NewBitString() 1729 PS_BITSTRING x; in NewBitString() 1731 x = (PS_BITSTRING) OSCL_DEFAULT_MALLOC(sizeof(S_BITSTRING)); in NewBitString() 1809 void InitBitString(PS_BITSTRING x) in InitBitString() 1869 void FreeBitString(PS_BITSTRING x) in FreeBitString()
|
D | analyzeper.cpp | 260 void ShowPERBitString(uint16 tag, uint16 indent, const char *label, PS_BITSTRING x) in ShowPERBitString()
|