CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
bufring_private.h
1
#include "
bufring.h
"
2
3
// Returns how much data can be read contiguously from the head of the ring buffer.
4
// This is an internal function intended for use by the socket code only.
5
size_t
_bufringReadContigAvail(_In_ BufRing* ring);
6
7
// Tries to steal the head buffer if it is 0-aligned. This is an internal function intended
8
// for use by the socket code only.
9
Buffer
_bufringStealHead(_Inout_ BufRing* ring);
bufring.h
Ring buffer implementation for efficient streaming I/O.
BufferHeader
Definition
buffer.h:32
cx
buffer
bufring_private.h
Generated by
1.9.8