Home
last modified time | relevance | path

Searched refs:wBufferPool (Results 1 – 6 of 6) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/collections/
H A DBufferPool.c37 static BOOL BufferPool_ShiftAvailable(wBufferPool* pool, int index, int count) in BufferPool_ShiftAvailable()
67 static BOOL BufferPool_ShiftUsed(wBufferPool* pool, int index, int count) in BufferPool_ShiftUsed()
99 int BufferPool_GetPoolSize(wBufferPool* pool) in BufferPool_GetPoolSize()
127 int BufferPool_GetBufferSize(wBufferPool* pool, void* buffer) in BufferPool_GetBufferSize()
167 void* BufferPool_Take(wBufferPool* pool, int size) in BufferPool_Take()
306 BOOL BufferPool_Return(wBufferPool* pool, void* buffer) in BufferPool_Return()
386 void BufferPool_Clear(wBufferPool* pool) in BufferPool_Clear()
438 wBufferPool* BufferPool_New(BOOL synchronized, int fixedSize, DWORD alignment) in BufferPool_New()
440 wBufferPool* pool = NULL; in BufferPool_New()
442 pool = (wBufferPool*)malloc(sizeof(wBufferPool)); in BufferPool_New()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dcollections.h405 typedef struct _wBufferPool wBufferPool; typedef
407 WINPR_API int BufferPool_GetPoolSize(wBufferPool* pool);
408 WINPR_API int BufferPool_GetBufferSize(wBufferPool* pool, void* buffer);
410 WINPR_API void* BufferPool_Take(wBufferPool* pool, int bufferSize);
411 WINPR_API BOOL BufferPool_Return(wBufferPool* pool, void* buffer);
412 WINPR_API void BufferPool_Clear(wBufferPool* pool);
414 WINPR_API wBufferPool* BufferPool_New(BOOL synchronized, int fixedSize, DWORD alignment);
415 WINPR_API void BufferPool_Free(wBufferPool* pool);
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Drfx_types.h62 wBufferPool* BufferPool;
H A Dprogressive.h223 wBufferPool* bufferPool;
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/test/
H A DTestBufferPool.c10 wBufferPool* pool; in TestBufferPool()
/dports/net/freerdp/freerdp-2.5.0/channels/video/client/
H A Dvideo_main.c98 wBufferPool* surfacePool;