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);
1729 void transportDec_Close(HANDLE_TRANSPORTDEC *phTp) { in transportDec_Close() argument1730 if (phTp != NULL) { in transportDec_Close()1731 if (*phTp != NULL) { in transportDec_Close()1732 FreeRam_TransportDecoderBuffer(&(*phTp)->bsBuffer); in transportDec_Close()1733 FreeRam_TransportDecoder(phTp); in transportDec_Close()
533 void transportDec_Close(HANDLE_TRANSPORTDEC *phTp);