Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Cache.c562 BaseType_t xFound; in Prepare_CacheLookup() local
565xFound = FreeRTOS_ProcessDNSCache( pcHostName, &( xIPv46_Address ), 0, pdTRUE, ppxAddressInfo ); in Prepare_CacheLookup()
567 if( xFound != 0 ) in Prepare_CacheLookup()
587 BaseType_t xFound; in Prepare_CacheLookup() local
590xFound = FreeRTOS_ProcessDNSCache( pcHostName, &( xIPv46_Address ), 0, pdTRUE, ppxAddressInfo ); in Prepare_CacheLookup()
592 if( xFound != 0 ) in Prepare_CacheLookup()
DFreeRTOS_Sockets.c3580 BaseType_t xFound = pdFALSE; in xPortHasUDPSocket() local
3586 xFound = pdTRUE; in xPortHasUDPSocket()
3591 return xFound; in xPortHasUDPSocket()
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_mem_stats.c133 BaseType_t xFound = pdFALSE; in pxRemoveAllocation() local
144 xFound = pdTRUE; in pxRemoveAllocation()
153 if( xFound != pdFALSE ) in pxRemoveAllocation()