Home
last modified time | relevance | path

Searched refs:xFound (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/
Dtcp_mem_stats.c140 BaseType_t xFound = pdFALSE; in pxRemoveAllocation() local
151 xFound = pdTRUE; in pxRemoveAllocation()
160 if( xFound != pdFALSE ) in pxRemoveAllocation()
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2924 BaseType_t xFound = pdFALSE; in xPortHasUDPSocket() local
2930 xFound = pdTRUE; in xPortHasUDPSocket()
2935 return xFound; in xPortHasUDPSocket()