HomeSort by relevance Sort by last modified time
    Searched refs:rdbx_dealloc (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
rdbx.h 100 * rdbx_dealloc(rdbx_ptr)
106 rdbx_dealloc(rdbx_t *rdbx);
  /external/chromium_org/third_party/libsrtp/srtp/test/
rdbx_driver.c 268 rdbx_dealloc(&rdbx);
296 rdbx_dealloc(&rdbx);
318 rdbx_dealloc(&rdbx);
358 rdbx_dealloc(&rdbx);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/replay/
rdbx.c 199 * rdbx_dealloc(&r) frees memory for the rdbx_t pointed to by r
203 rdbx_dealloc(rdbx_t *rdbx) { function
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 255 status = rdbx_dealloc(&stream->rtp_rdbx);
656 rdbx_dealloc(&srtp->rtp_rdbx);
666 rdbx_dealloc(&srtp->rtp_rdbx);
676 rdbx_dealloc(&srtp->rtp_rdbx);
    [all...]

Completed in 29 milliseconds