Searched refs:buf_t (Results 1 – 2 of 2) sorted by relevance
32 } buf_t; typedef39 static size_t GetBufferReadRegions(buf_t* buf, in GetBufferReadRegions()71 buf_t* self = NULL; in WebRtc_CreateBuffer()77 self = malloc(sizeof(buf_t)); in WebRtc_CreateBuffer()97 buf_t* self = (buf_t*) handle; in WebRtc_InitBuffer()114 buf_t* self = (buf_t*) handle; in WebRtc_FreeBuffer()131 buf_t* self = (buf_t*) handle; in WebRtc_ReadBuffer()176 buf_t* self = (buf_t*) handle; in WebRtc_WriteBuffer()211 buf_t* self = (buf_t*) handle; in WebRtc_MoveReadPtr()250 const buf_t* self = (buf_t*) handle; in WebRtc_available_read()[all …]
4188 typedef unsigned char* buf_t; in ParseCompressionEntry() typedef4189 const buf_t buf = new (std::nothrow) unsigned char[buflen]; in ParseCompressionEntry()4245 typedef unsigned char* buf_t; in ParseEncryptionEntry() typedef4246 const buf_t buf = new (std::nothrow) unsigned char[buflen]; in ParseEncryptionEntry()4269 typedef unsigned char* buf_t; in ParseEncryptionEntry() typedef4270 const buf_t buf = new (std::nothrow) unsigned char[buflen]; in ParseEncryptionEntry()4293 typedef unsigned char* buf_t; in ParseEncryptionEntry() typedef4294 const buf_t buf = new (std::nothrow) unsigned char[buflen]; in ParseEncryptionEntry()5393 typedef unsigned char* buf_t; in ParseTrackEntry() typedef5395 const buf_t buf = new (std::nothrow) unsigned char[buflen]; in ParseTrackEntry()