Searched refs:dwRetval (Results 1 – 2 of 2) sorted by relevance
422 uint32_t dwRetval = 0x00; in phUtilNfc_CheckForAvailableTimer() local427 ( (dwIndex < PH_NFC_MAX_TIMER) && (0x00 == dwRetval) ); dwIndex++) in phUtilNfc_CheckForAvailableTimer()431 dwRetval = (dwIndex + 0x01); in phUtilNfc_CheckForAvailableTimer()435 return (dwRetval); in phUtilNfc_CheckForAvailableTimer()
2398 DWORD dwRetval = getaddrinfo(szHostName, NULL, &hints, &result); in LocalHostAddressIPV6() local2399 if ( dwRetval != 0 ) in LocalHostAddressIPV6()2402 "getaddrinfo failed, error:%d", dwRetval); in LocalHostAddressIPV6()