Searched refs:phTp (Results 1 – 4 of 4) sorted by relevance
572 void transportEnc_Close(HANDLE_TRANSPORTENC *phTp) { in transportEnc_Close() argument573 if (phTp != NULL) { in transportEnc_Close()574 if (*phTp != NULL) { in transportEnc_Close()575 FreeRam_TransportEncoder(phTp); in transportEnc_Close()
251 void transportEnc_Close(HANDLE_TRANSPORTENC *phTp);
533 void transportDec_Close(HANDLE_TRANSPORTDEC *phTp);
1748 void transportDec_Close(HANDLE_TRANSPORTDEC *phTp) { in transportDec_Close() argument1749 if (phTp != NULL) { in transportDec_Close()1750 if (*phTp != NULL) { in transportDec_Close()1751 FreeRam_TransportDecoderBuffer(&(*phTp)->bsBuffer); in transportDec_Close()1752 FreeRam_TransportDecoder(phTp); in transportDec_Close()