Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dnet.c163 DWORD dwRetVal = 0; in PHP_FUNCTION() local
179 dwRetVal = GetAdaptersAddresses(family, flags, NULL, pAddresses, &outBufLen); in PHP_FUNCTION()
181 if (NO_ERROR != dwRetVal) { in PHP_FUNCTION()

Completed in 7 milliseconds