Home
last modified time | relevance | path

Searched defs:xSize (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/BufferManagement/
DBufferAllocation_2.c180 size_t xSize = *pxRequestedSizeBytes; in pucGetNetworkBuffer() local
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ConfigFiles/
DIPTraceMacroDefaults.h172 #define pvPortMallocSocket( xSize ) pvPortMalloc( ( xSize ) ) argument
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/pic32mzef/
DBufferAllocation_2.c322 size_t xSize = *pxRequestedSizeBytes; in pucGetNetworkBuffer() local
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DIPTraceMacroDefaults.h214 #define pvPortMallocSocket( xSize ) pvPortMalloc( ( xSize ) ) argument
DFreeRTOS_TCP_WIN.h108 … TCPWinSize_t xSize; /**< The TCP window sizes of the incoming and outgoing streams. */ member