OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srtp_dealloc
(Results
1 - 4
of
4
) sorted by null
/external/srtp/include/
srtp.h
590
* @brief
srtp_dealloc
() deallocates storage for an SRTP session
593
* The function call
srtp_dealloc
(s) deallocates storage for the
606
srtp_dealloc
(srtp_t s);
/external/srtp/test/
srtp_driver.c
759
err_check(
srtp_dealloc
(srtp_sender));
760
err_check(
srtp_dealloc
(srtp_rcvr));
958
err_check(
srtp_dealloc
(srtcp_sender));
959
err_check(
srtp_dealloc
(srtcp_rcvr));
1051
status =
srtp_dealloc
(session);
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc
259
srtp_dealloc
(session_);
/external/srtp/srtp/
srtp.c
1176
srtp_dealloc
(srtp_t session) {
function
[
all
...]
Completed in 125 milliseconds